summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-11 06:17:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-11 06:17:29 +0000
commit9a3b3c21b331a8bbd3a7973b3e2c1c10f967349c (patch)
treed1fddb556a38fee2782280e1630d3752651a9944 /app-text
parentRespect LDFLAGS. (diff)
downloadgentoo-2-9a3b3c21b331a8bbd3a7973b3e2c1c10f967349c.tar.gz
gentoo-2-9a3b3c21b331a8bbd3a7973b3e2c1c10f967349c.tar.bz2
gentoo-2-9a3b3c21b331a8bbd3a7973b3e2c1c10f967349c.zip
old
Diffstat (limited to 'app-text')
-rw-r--r--app-text/hd2u/files/digest-hd2u-0.8.21
-rw-r--r--app-text/hd2u/files/digest-hd2u-0.9.21
-rw-r--r--app-text/hd2u/hd2u-0.8.2.ebuild24
-rw-r--r--app-text/hd2u/hd2u-0.9.2.ebuild20
4 files changed, 0 insertions, 46 deletions
diff --git a/app-text/hd2u/files/digest-hd2u-0.8.2 b/app-text/hd2u/files/digest-hd2u-0.8.2
deleted file mode 100644
index d732a6fd2d87..000000000000
--- a/app-text/hd2u/files/digest-hd2u-0.8.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d26fc4107163c3ce7ba4020b3ec85e68 hd2u-0.8.2.tgz 42431
diff --git a/app-text/hd2u/files/digest-hd2u-0.9.2 b/app-text/hd2u/files/digest-hd2u-0.9.2
deleted file mode 100644
index b908f2422caa..000000000000
--- a/app-text/hd2u/files/digest-hd2u-0.9.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 186bdefe543ebcd9c14c5a3c0ee0ce4c hd2u-0.9.2.tgz 53341
diff --git a/app-text/hd2u/hd2u-0.8.2.ebuild b/app-text/hd2u/hd2u-0.8.2.ebuild
deleted file mode 100644
index cb0d1134fde2..000000000000
--- a/app-text/hd2u/hd2u-0.8.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.8.2.ebuild,v 1.9 2005/01/01 16:18:43 eradicator Exp $
-
-DESCRIPTION="Dos2Unix text file converter"
-SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz"
-HOMEPAGE="http://www.megaloman.com/~hany/software/hd2u/"
-
-KEYWORDS="x86 ~amd64 ~ppc sparc alpha ~hppa ~mips ~ia64 ppc64"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-RDEPEND="!app-text/dos2unix"
-
-src_compile() {
- econf || die "configure failed"
- emake || die "compile failed"
-}
-
-src_install() {
- einstall
- dodoc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO
-}
diff --git a/app-text/hd2u/hd2u-0.9.2.ebuild b/app-text/hd2u/hd2u-0.9.2.ebuild
deleted file mode 100644
index 8ec7bffd53e3..000000000000
--- a/app-text/hd2u/hd2u-0.9.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.9.2.ebuild,v 1.8 2005/04/21 20:21:56 blubb Exp $
-
-DESCRIPTION="Dos2Unix text file converter"
-HOMEPAGE="http://www.megaloman.com/~hany/software/hd2u/"
-SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz"
-
-KEYWORDS="x86 amd64 ~ppc sparc alpha ~hppa ~mips ia64 ppc64"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-RDEPEND="!app-text/dos2unix
- dev-libs/popt"
-
-src_install() {
- einstall || die "make install failed"
- dodoc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO
-}