diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-15 08:34:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-15 08:34:42 +0000 |
commit | e09fb4d40f86a0523eed2c7f6b5d3eb26556aca9 (patch) | |
tree | 0c07bef3bd73e9d59c7dcec4cbfa5928e85ff8b3 /dev-util/bsdiff | |
parent | binary suffix diff'er tool (diff) | |
download | historical-e09fb4d40f86a0523eed2c7f6b5d3eb26556aca9.tar.gz historical-e09fb4d40f86a0523eed2c7f6b5d3eb26556aca9.tar.bz2 historical-e09fb4d40f86a0523eed2c7f6b5d3eb26556aca9.zip |
metadata added
Diffstat (limited to 'dev-util/bsdiff')
-rw-r--r-- | dev-util/bsdiff/Manifest | 3 | ||||
-rw-r--r-- | dev-util/bsdiff/bsdiff-4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/bsdiff/metadata.xml | 7 |
3 files changed, 11 insertions, 3 deletions
diff --git a/dev-util/bsdiff/Manifest b/dev-util/bsdiff/Manifest index d09baef54be0..57e96b4d88ea 100644 --- a/dev-util/bsdiff/Manifest +++ b/dev-util/bsdiff/Manifest @@ -1,3 +1,4 @@ -MD5 a45e4e1ca0d59e802c57e89767c07b35 bsdiff-4.1.ebuild 756 +MD5 4a35a4991d68665460af61ad207f1f32 bsdiff-4.1.ebuild 755 MD5 ddbe7210b06bf371deaa01f04f9bd088 ChangeLog 427 +MD5 3bffc79459747acb9265119433dcb80a metadata.xml 260 MD5 0fa99ba6e99efdc1360e9d4c86572d80 files/digest-bsdiff-4.1 60 diff --git a/dev-util/bsdiff/bsdiff-4.1.ebuild b/dev-util/bsdiff/bsdiff-4.1.ebuild index 22b139b7dce0..1b1342d695c1 100644 --- a/dev-util/bsdiff/bsdiff-4.1.ebuild +++ b/dev-util/bsdiff/bsdiff-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bsdiff/bsdiff-4.1.ebuild,v 1.1 2003/11/15 08:34:11 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bsdiff/bsdiff-4.1.ebuild,v 1.2 2003/11/15 08:34:41 seemant Exp $ IUSE="" @@ -18,7 +18,7 @@ DEPEND="app-arch/bzip2" src_compile() { BZIP=`which bzip2` cd ${S} - gcc bsdiff.c -o bsdiff -DBZIP2=\"${BZIP}\" + gcc bsdiff.c -o bsdiff -DBZIP2=\"${BZIP}\" gcc bspatch.c -o bspatch -DBZIP2=\"${BZIP}\" } diff --git a/dev-util/bsdiff/metadata.xml b/dev-util/bsdiff/metadata.xml new file mode 100644 index 000000000000..ad75a9700eea --- /dev/null +++ b/dev-util/bsdiff/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer>Brian Harring bdharring@wisc.edu</maintainer> +<maintainer>through: seemant</maintainer> +</pkgmetadata> |