summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-02 02:00:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-02 02:00:46 +0000
commit42d5c0b39d534571807ac211bd07f23dc8c9d2ed (patch)
tree6f63384e93c0d5343b1394930d43c18bd588dc55 /app-doc/phrack/phrack-63.ebuild
parentVersion bump, removing old version (diff)
downloadhistorical-42d5c0b39d534571807ac211bd07f23dc8c9d2ed.tar.gz
historical-42d5c0b39d534571807ac211bd07f23dc8c9d2ed.tar.bz2
historical-42d5c0b39d534571807ac211bd07f23dc8c9d2ed.zip
version bump
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-doc/phrack/phrack-63.ebuild')
-rw-r--r--app-doc/phrack/phrack-63.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-doc/phrack/phrack-63.ebuild b/app-doc/phrack/phrack-63.ebuild
new file mode 100644
index 000000000000..c99e734b5719
--- /dev/null
+++ b/app-doc/phrack/phrack-63.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-63.ebuild,v 1.1 2005/08/02 02:00:46 vapier Exp $
+
+MY_P=${PN}${PV}
+DESCRIPTION="...a Hacker magazine by the community, for the community...."
+HOMEPAGE="http://www.phrack.org/"
+SRC_URI="http://www.phrack.org/archives/${MY_P}.tar.gz"
+
+LICENSE="phrack"
+SLOT="${PV}"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ [[ -d ${S} ]] || cd "${WORKDIR}"/*
+ insinto /usr/share/doc/${PN}
+ gzip *
+ doins * || die "doins failed"
+}