summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/hd2u')
-rw-r--r--app-text/hd2u/Manifest4
-rw-r--r--app-text/hd2u/files/digest-hd2u-0.8.21
-rw-r--r--app-text/hd2u/hd2u-0.8.2.ebuild25
3 files changed, 28 insertions, 2 deletions
diff --git a/app-text/hd2u/Manifest b/app-text/hd2u/Manifest
index 314a306132f7..995fb7bc0421 100644
--- a/app-text/hd2u/Manifest
+++ b/app-text/hd2u/Manifest
@@ -1,6 +1,6 @@
MD5 afcd15b1eb22891cb546d71323802496 hd2u-0.8.0.ebuild 582
-MD5 71a1a3af420f3683562dbab2f8a3ad29 hd2u-0.8.2.ebuild 615
-MD5 2d82318fedab5b90df1f96f21672ca17 ChangeLog 799
+MD5 3d2e7a7d54fdbf8a5762ec378d5fa58b hd2u-0.8.2.ebuild 711
+MD5 d55ddb2bf0fedabd2a9f2df8696a8799 ChangeLog 803
MD5 dd989db43d0e1a3a74b7d345ef58464b hd2u-0.8.1.ebuild 620
MD5 dcd81331aec7a90fe30c7f4ef0b19aba files/digest-hd2u-0.8.0 58
MD5 3dc84e6093095a51fd8a9cc3c813e288 files/digest-hd2u-0.8.1 58
diff --git a/app-text/hd2u/files/digest-hd2u-0.8.2 b/app-text/hd2u/files/digest-hd2u-0.8.2
new file mode 100644
index 000000000000..d732a6fd2d87
--- /dev/null
+++ b/app-text/hd2u/files/digest-hd2u-0.8.2
@@ -0,0 +1 @@
+MD5 d26fc4107163c3ce7ba4020b3ec85e68 hd2u-0.8.2.tgz 42431
diff --git a/app-text/hd2u/hd2u-0.8.2.ebuild b/app-text/hd2u/hd2u-0.8.2.ebuild
new file mode 100644
index 000000000000..5e5bf8d3b305
--- /dev/null
+++ b/app-text/hd2u/hd2u-0.8.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/10/03 22:21:44 hillster 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 ~arm ~ia64"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+S=${WORKDIR}/${P}
+
+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
+}