diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-02 02:00:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-02 02:00:46 +0000 |
commit | b94723f9734d0fa80a10942416f7d7498a5f4ef8 (patch) | |
tree | 50f5db0be349a250e271fe19848624cc4ac37f3f /app-doc/phrack/phrack-63.ebuild | |
parent | Version bump, removing old version (diff) | |
download | gentoo-2-b94723f9734d0fa80a10942416f7d7498a5f4ef8.tar.gz gentoo-2-b94723f9734d0fa80a10942416f7d7498a5f4ef8.tar.bz2 gentoo-2-b94723f9734d0fa80a10942416f7d7498a5f4ef8.zip |
version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-doc/phrack/phrack-63.ebuild')
-rw-r--r-- | app-doc/phrack/phrack-63.ebuild | 22 |
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" +} |