diff options
author | Brian Jackson <iggy@gentoo.org> | 2003-09-20 04:05:58 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2003-09-20 04:05:58 +0000 |
commit | 8ebb5f2d26d537d82e3e57d9715a9ad9d84c535d (patch) | |
tree | ad384f29466eab1f039c3989d779147ebb2c9449 /app-text/hd2u | |
parent | version bump thanks to hillster (diff) | |
download | historical-8ebb5f2d26d537d82e3e57d9715a9ad9d84c535d.tar.gz historical-8ebb5f2d26d537d82e3e57d9715a9ad9d84c535d.tar.bz2 historical-8ebb5f2d26d537d82e3e57d9715a9ad9d84c535d.zip |
version bump thanks to hillster
Diffstat (limited to 'app-text/hd2u')
-rw-r--r-- | app-text/hd2u/Manifest | 4 | ||||
-rw-r--r-- | app-text/hd2u/files/digest-hd2u-0.8.1 | 1 | ||||
-rw-r--r-- | app-text/hd2u/hd2u-0.8.1.ebuild | 23 |
3 files changed, 26 insertions, 2 deletions
diff --git a/app-text/hd2u/Manifest b/app-text/hd2u/Manifest index a4f9379eeb8e..37d5a5863dd1 100644 --- a/app-text/hd2u/Manifest +++ b/app-text/hd2u/Manifest @@ -1,5 +1,5 @@ MD5 afcd15b1eb22891cb546d71323802496 hd2u-0.8.0.ebuild 582 -MD5 1cecc965eca934907f1aadb962c037e1 ChangeLog 558 -MD5 61c941f1f99587f0eb60509ea86e9bad hd2u-0.8.1.ebuild 625 +MD5 a6970d4e990699cf357f772da1e5dbbf ChangeLog 668 +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.1 b/app-text/hd2u/files/digest-hd2u-0.8.1 new file mode 100644 index 000000000000..9ed1e899a919 --- /dev/null +++ b/app-text/hd2u/files/digest-hd2u-0.8.1 @@ -0,0 +1 @@ +MD5 ef5ec45be1c722f7a53f1526678905fb hd2u-0.8.1.tgz 29560 diff --git a/app-text/hd2u/hd2u-0.8.1.ebuild b/app-text/hd2u/hd2u-0.8.1.ebuild new file mode 100644 index 000000000000..0c0955129d93 --- /dev/null +++ b/app-text/hd2u/hd2u-0.8.1.ebuild @@ -0,0 +1,23 @@ +# 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.1.ebuild,v 1.1 2003/09/20 04:05:56 iggy Exp $ + +DESCRIPTION="Dos2Unix text file converter" +SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz" +HOMEPAGE="http://www.megaloman/~hany/" + +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~ia64" +SLOT="0" +LICENSE="GPL-2" + +RDEPEND="!app-text/dos2unix" + +src_compile() { + econf + emake || die +} + +src_install() { + einstall + dodoc AUTHORS CREDITS ChangeLog INSTALL NEWS README TODO COPYING +} |