]> Pileus Git - ~andy/sunrise/commitdiff
sys-apps/moreutils: Actually remove older versions.
authorDavid Shakaryan <omp@gentoo.org>
Mon, 9 Oct 2006 04:42:24 +0000 (04:42 +0000)
committerDavid Shakaryan <omp@gentoo.org>
Mon, 9 Oct 2006 04:42:24 +0000 (04:42 +0000)
svn path=/sunrise/; revision=1489

sys-apps/moreutils/files/digest-moreutils-0.14 [deleted file]
sys-apps/moreutils/files/digest-moreutils-0.16 [deleted file]
sys-apps/moreutils/moreutils-0.14.ebuild [deleted file]
sys-apps/moreutils/moreutils-0.16.ebuild [deleted file]

diff --git a/sys-apps/moreutils/files/digest-moreutils-0.14 b/sys-apps/moreutils/files/digest-moreutils-0.14
deleted file mode 100644 (file)
index ee4b0b6..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 dc0fd5b51598eb53923f09ae1a2e74c6 moreutils_0.14.tar.gz 21717
-RMD160 bb9dceaea5ddea071041ec414286dd86fdd45d85 moreutils_0.14.tar.gz 21717
-SHA256 dc5d42ebab0201177f908ef3edb1b6fc10b67e831287921d47cd6e8ef97ee1a0 moreutils_0.14.tar.gz 21717
diff --git a/sys-apps/moreutils/files/digest-moreutils-0.16 b/sys-apps/moreutils/files/digest-moreutils-0.16
deleted file mode 100644 (file)
index 152f6d7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 87b4ca9eb3605cdd4f339d8b720a6b21 moreutils_0.16.tar.gz 23362
-RMD160 52fdbe53e9a041b44423dd069573b5d6c6e6ec3e moreutils_0.16.tar.gz 23362
-SHA256 26aa827d6f15935b6a87b87739b6778ec9b3351f6c8c2a647effef1a6b469517 moreutils_0.16.tar.gz 23362
diff --git a/sys-apps/moreutils/moreutils-0.14.ebuild b/sys-apps/moreutils/moreutils-0.14.ebuild
deleted file mode 100644 (file)
index 33a1ec4..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="This is a growing collection of the unix tools that nobody thought to write thirty years ago"
-HOMEPAGE="http://www.kitenet.net/~joey/code/moreutils.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/m/moreutils/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc"
-
-DEPEND="doc? ( =app-text/docbook-xml-dtd-4.4*
-               app-text/docbook2X )"
-RDEPEND="dev-lang/perl"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
-       unpack ${A}
-       sed -i \
-               -e 's/^CFLAGS/#CFLAGS/' \
-               -e 's/docbook2x-man $</docbook2man.pl $< >$@/g' \
-               "${S}/Makefile" || die "sed failed"
-
-       if use doc; then
-               sed -i \
-                       -e 's#file.*/xml/\(.*docbookx.dtd\)#\1#g' \
-                       $(find "${S}" -iname *.docbook -printf '%p ') || die "sed failed"
-
-       else
-               sed -i \
-                       -e 's/^MANS/#/' \
-                       -e 's#install $(MANS) $(PREFIX)/usr/share/man/man1##' \
-                       -e 's#mkdir -p $(PREFIX)/usr/share/man/man1##' \
-                       "${S}/Makefile" || die "sed failed"
-
-       fi
-}
-
-src_install() {
-       emake PREFIX="${D}" install || die "emake install failed"
-       dodoc README
-}
diff --git a/sys-apps/moreutils/moreutils-0.16.ebuild b/sys-apps/moreutils/moreutils-0.16.ebuild
deleted file mode 100644 (file)
index fb8b1a0..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit toolchain-funcs
-
-DESCRIPTION="This is a growing collection of the unix tools that nobody thought to write thirty years ago"
-HOMEPAGE="http://www.kitenet.net/~joey/code/moreutils.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/m/moreutils/${P/-/_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc"
-
-DEPEND="doc? ( =app-text/docbook-xml-dtd-4.4*
-               app-text/docbook2X )"
-RDEPEND="dev-lang/perl"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
-       unpack ${A}
-       sed -i \
-               -e 's/^CFLAGS/#CFLAGS/' \
-               -e 's/-s//' \
-               -e 's/docbook2x-man $</docbook2man.pl $< >$@/g' \
-               "${S}/Makefile" || die "sed failed"
-
-       if use doc; then
-               sed -i \
-                       -e 's#file.*/xml/\(.*docbookx.dtd\)#\1#g' \
-                       $(find "${S}" -iname *.docbook -printf '%p ') || die "sed failed"
-
-       else
-               sed -i \
-                       -e 's/^MANS/#/' \
-                       -e 's#install $(MANS) $(PREFIX)/usr/share/man/man1##' \
-                       -e 's#mkdir -p $(PREFIX)/usr/share/man/man1##' \
-                       "${S}/Makefile" || die "sed failed"
-
-       fi
-}
-
-src_compile() {
-       emake CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
-       emake PREFIX="${D}" install || die "emake install failed"
-       dodoc README
-}