diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-08-25 00:19:56 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-08-25 00:19:56 +0000 |
commit | 709e96e7c0dafddd9f8c108ddc1543404cb7e23c (patch) | |
tree | 6262bac1bf8af73fdbebb1db91919a77d805606b /app-crypt/md4sum | |
parent | Clean up old ebuilds. (diff) | |
download | gentoo-2-709e96e7c0dafddd9f8c108ddc1543404cb7e23c.tar.gz gentoo-2-709e96e7c0dafddd9f8c108ddc1543404cb7e23c.tar.bz2 gentoo-2-709e96e7c0dafddd9f8c108ddc1543404cb7e23c.zip |
md4sum QA fixes
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-crypt/md4sum')
-rw-r--r-- | app-crypt/md4sum/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/md4sum/files/digest-md4sum-0.02.01 | 3 | ||||
-rw-r--r-- | app-crypt/md4sum/files/digest-md4sum-0.02.02 | 3 | ||||
-rw-r--r-- | app-crypt/md4sum/md4sum-0.02.01.ebuild | 21 | ||||
-rw-r--r-- | app-crypt/md4sum/md4sum-0.02.02.ebuild | 21 | ||||
-rw-r--r-- | app-crypt/md4sum/md4sum-0.02.03.ebuild | 6 |
6 files changed, 9 insertions, 51 deletions
diff --git a/app-crypt/md4sum/ChangeLog b/app-crypt/md4sum/ChangeLog index cbdfb6c2dd4b..eec6a596483a 100644 --- a/app-crypt/md4sum/ChangeLog +++ b/app-crypt/md4sum/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/md4sum # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/ChangeLog,v 1.4 2007/04/22 03:34:51 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/ChangeLog,v 1.5 2007/08/25 00:19:56 hanno Exp $ + + 25 Aug 2007; Hanno Boeck <hanno@gentoo.org> -md4sum-0.02.01.ebuild, + -md4sum-0.02.02.ebuild, md4sum-0.02.03.ebuild: + Fix QA issues and remove some old versions. *md4sum-0.02.03 (22 Apr 2007) diff --git a/app-crypt/md4sum/files/digest-md4sum-0.02.01 b/app-crypt/md4sum/files/digest-md4sum-0.02.01 deleted file mode 100644 index e5eefec2bfd6..000000000000 --- a/app-crypt/md4sum/files/digest-md4sum-0.02.01 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f8c060c61231429f0efb7860da1423f6 md4sum-0.02.01.tar.gz 25699 -RMD160 de3c0e12c860f49d69ab968059dfe44b3354eeb9 md4sum-0.02.01.tar.gz 25699 -SHA256 773253bcff06f6c7b60012086906553d6b0503f6115ec1262ffa478d66b6041f md4sum-0.02.01.tar.gz 25699 diff --git a/app-crypt/md4sum/files/digest-md4sum-0.02.02 b/app-crypt/md4sum/files/digest-md4sum-0.02.02 deleted file mode 100644 index 8a78696f5c93..000000000000 --- a/app-crypt/md4sum/files/digest-md4sum-0.02.02 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aae38d31b629f5b8d983cccb96308708 md4sum-0.02.02.tar.gz 26024 -RMD160 2b001fb6cb64f0a42c343c0399a9ed488625db56 md4sum-0.02.02.tar.gz 26024 -SHA256 724b61da2cdef050d619f0d88a456762c923470eb7b5d32d86b630903f5ef7d8 md4sum-0.02.02.tar.gz 26024 diff --git a/app-crypt/md4sum/md4sum-0.02.01.ebuild b/app-crypt/md4sum/md4sum-0.02.01.ebuild deleted file mode 100644 index bd663a601a83..000000000000 --- a/app-crypt/md4sum/md4sum-0.02.01.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/md4sum-0.02.01.ebuild,v 1.2 2007/03/06 19:03:13 peper Exp $ - -DESCRIPTION="md4 and edonkey hash algorithm tool" -HOMEPAGE="http://linux.xulin.de/c/" -SRC_URI="http://linux.xulin.de/c/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - mkdir -p ${D}/usr/bin - mkdir -p ${D}/usr/share/man/man1 - einstall || die "einstall failed" -} diff --git a/app-crypt/md4sum/md4sum-0.02.02.ebuild b/app-crypt/md4sum/md4sum-0.02.02.ebuild deleted file mode 100644 index 29994a876e38..000000000000 --- a/app-crypt/md4sum/md4sum-0.02.02.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/md4sum-0.02.02.ebuild,v 1.1 2007/04/11 20:26:36 hanno Exp $ - -DESCRIPTION="md4 and edonkey hash algorithm tool" -HOMEPAGE="http://linux.xulin.de/c/" -SRC_URI="http://linux.xulin.de/c/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - mkdir -p ${D}/usr/bin - mkdir -p ${D}/usr/share/man/man1 - einstall || die "einstall failed" -} diff --git a/app-crypt/md4sum/md4sum-0.02.03.ebuild b/app-crypt/md4sum/md4sum-0.02.03.ebuild index 2bc8beb6f904..33d3ece0ef23 100644 --- a/app-crypt/md4sum/md4sum-0.02.03.ebuild +++ b/app-crypt/md4sum/md4sum-0.02.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/md4sum-0.02.03.ebuild,v 1.1 2007/04/22 03:34:51 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/md4sum/md4sum-0.02.03.ebuild,v 1.2 2007/08/25 00:19:56 hanno Exp $ DESCRIPTION="md4 and edonkey hash algorithm tool" HOMEPAGE="http://absinth.dyndns.org/linux/c/" @@ -11,7 +11,9 @@ KEYWORDS="~amd64 ~x86" src_compile() { econf || die "econf failed" - emake || die "emake failed" + sed -i -e "s:CFLAGS=:CFLAGS=${CFLAGS} :g" \ + -e "s:install -s:install:g" Makefile + make LDFLAGS="${LDFLAGS}" || die "emake failed" } src_install() { |