diff options
author | Zack Welch <zwelch@gentoo.org> | 2002-10-23 10:23:55 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2002-10-23 10:23:55 +0000 |
commit | 0d8de63f55ddac7bc2f22440cf8053645a0f0dd3 (patch) | |
tree | 49fb8b1c2796efeb6a5e387668eefb6fd7bb3baa /dev-util/patchutils | |
parent | add new package app-admin/integrit-3.02.00, see bug 7831 (diff) | |
download | historical-0d8de63f55ddac7bc2f22440cf8053645a0f0dd3.tar.gz historical-0d8de63f55ddac7bc2f22440cf8053645a0f0dd3.tar.bz2 historical-0d8de63f55ddac7bc2f22440cf8053645a0f0dd3.zip |
add new ebuild for patchutils-0.2.17, see bug 9475
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/patchutils/files/digest-patchutils-0.2.17 | 1 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.17.ebuild | 21 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog new file mode 100644 index 000000000000..70d8bcbdf62d --- /dev/null +++ b/dev-util/patchutils/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.1 2002/10/23 10:23:55 zwelch Exp $ + +*patchutils-0.2.17 (23 Oct 2002) + + 23 Oct 2002; Zach Welch <zwelch@gentoo.org> : + Initial import from bug 9475, contributed by jani@iv.ro + diff --git a/dev-util/patchutils/files/digest-patchutils-0.2.17 b/dev-util/patchutils/files/digest-patchutils-0.2.17 new file mode 100644 index 000000000000..8b3dc10ece79 --- /dev/null +++ b/dev-util/patchutils/files/digest-patchutils-0.2.17 @@ -0,0 +1 @@ +MD5 d9fdd9eb9bc44d79992b51d30acff13d patchutils-0.2.17.tar.bz2 122415 diff --git a/dev-util/patchutils/patchutils-0.2.17.ebuild b/dev-util/patchutils/patchutils-0.2.17.ebuild new file mode 100644 index 000000000000..937a8f0cc5b2 --- /dev/null +++ b/dev-util/patchutils/patchutils-0.2.17.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.17.ebuild,v 1.1 2002/10/23 10:23:55 zwelch Exp $ + +DESCRIPTION="A collection of tools that operate on patch files" +HOMEPAGE="http://cyberelk.net/tim/patchutils/" +SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +DEPEND="virtual/glibc" +S="${WORKDIR}/${P}" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} |