diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:51:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:51:22 +0000 |
commit | 8ec954a96c94530e13f070eb9bb39a67e120762d (patch) | |
tree | ca9ab5cf25e8604cbb34b4d383a90adf952d0d4e /app-text/hd2u | |
parent | Don't assign default to S; header fix (Manifest recommit) (diff) | |
download | gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.tar.gz gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.tar.bz2 gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-text/hd2u')
-rw-r--r-- | app-text/hd2u/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/hd2u/hd2u-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | app-text/hd2u/hd2u-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/hd2u/hd2u-0.8.2.ebuild | 5 |
4 files changed, 12 insertions, 9 deletions
diff --git a/app-text/hd2u/ChangeLog b/app-text/hd2u/ChangeLog index 816e4b4122c9..e2f7de6671b7 100644 --- a/app-text/hd2u/ChangeLog +++ b/app-text/hd2u/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/hd2u -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/ChangeLog,v 1.9 2004/02/29 18:10:25 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/ChangeLog,v 1.10 2004/03/12 08:46:35 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> hd2u-0.8.0.ebuild, + hd2u-0.8.1.ebuild, hd2u-0.8.2.ebuild: + Don't assign default to S; header fix *hd2u-0.8.2 (03 Oct 2003) diff --git a/app-text/hd2u/hd2u-0.8.0.ebuild b/app-text/hd2u/hd2u-0.8.0.ebuild index af1cd0fbdd93..ab04a8964c6a 100644 --- a/app-text/hd2u/hd2u-0.8.0.ebuild +++ b/app-text/hd2u/hd2u-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.0.ebuild,v 1.11 2004/02/22 20:03:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.8.0.ebuild,v 1.12 2004/03/12 08:46:35 mr_bones_ Exp $ DESCRIPTION="Dos2Unix text file converter" SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz" diff --git a/app-text/hd2u/hd2u-0.8.1.ebuild b/app-text/hd2u/hd2u-0.8.1.ebuild index 50e51473f95a..80f400cef1c1 100644 --- a/app-text/hd2u/hd2u-0.8.1.ebuild +++ b/app-text/hd2u/hd2u-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.2 2004/02/22 20:03:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.8.1.ebuild,v 1.3 2004/03/12 08:46:35 mr_bones_ Exp $ DESCRIPTION="Dos2Unix text file converter" SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz" diff --git a/app-text/hd2u/hd2u-0.8.2.ebuild b/app-text/hd2u/hd2u-0.8.2.ebuild index 9cbca967b1c0..6d0cf54f5c50 100644 --- a/app-text/hd2u/hd2u-0.8.2.ebuild +++ b/app-text/hd2u/hd2u-0.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.2 2004/02/22 20:03:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hd2u/hd2u-0.8.2.ebuild,v 1.3 2004/03/12 08:46:35 mr_bones_ Exp $ DESCRIPTION="Dos2Unix text file converter" SRC_URI="http://www.megaloman.com/~hany/_data/hd2u/${P}.tgz" @@ -10,7 +10,6 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64" SLOT="0" LICENSE="GPL-2" IUSE="" -S=${WORKDIR}/${P} RDEPEND="!app-text/dos2unix" |