diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-08-02 17:42:50 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-08-02 17:42:50 +0000 |
commit | 327dd6b08ea1bd8d6276878c1ab01c8f71d46be4 (patch) | |
tree | 5e894696c71af7c5ea5f3158c6958c0f1670a485 /app-text/vilistextum | |
parent | Initial ebuild to support media-video/vls. (diff) | |
download | gentoo-2-327dd6b08ea1bd8d6276878c1ab01c8f71d46be4.tar.gz gentoo-2-327dd6b08ea1bd8d6276878c1ab01c8f71d46be4.tar.bz2 gentoo-2-327dd6b08ea1bd8d6276878c1ab01c8f71d46be4.zip |
Repoman fixes
Diffstat (limited to 'app-text/vilistextum')
-rw-r--r-- | app-text/vilistextum/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/vilistextum/vilistextum-2.6.1.ebuild | 5 | ||||
-rw-r--r-- | app-text/vilistextum/vilistextum-2.6.2.ebuild | 3 |
3 files changed, 15 insertions, 3 deletions
diff --git a/app-text/vilistextum/ChangeLog b/app-text/vilistextum/ChangeLog index b183117b12f9..2240ce9d507d 100644 --- a/app-text/vilistextum/ChangeLog +++ b/app-text/vilistextum/ChangeLog @@ -1,9 +1,17 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.1 2002/05/21 08:30:32 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.2 2002/08/02 17:42:50 phoenix Exp $ + +*vilistextum-2.6.1.ebuild (2 August 2002) + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> vilistextum-2.6.1.ebuild : + Added LICENSE, KEYWORDS, SLOT. *vilistextum-2.6.2 (21 May 2002) + 2 Aug 2002; phoen][x <phoenix@gentoo.org> vilistextum-2.6.2.ebuild : + Added KEYWORDS. + 21 May 2002; Bruce A. Locke <blocke@shivan.org> vilistextum-2.6.2.ebuild : Update to 2.6.2 diff --git a/app-text/vilistextum/vilistextum-2.6.1.ebuild b/app-text/vilistextum/vilistextum-2.6.1.ebuild index 55e9d665e9a1..8cec677cd901 100644 --- a/app-text/vilistextum/vilistextum-2.6.1.ebuild +++ b/app-text/vilistextum/vilistextum-2.6.1.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.1.ebuild,v 1.2 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.1.ebuild,v 1.3 2002/08/02 17:42:50 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="Vilistextum is a html to ascii converter specifically programmed to get the best out of incorrect html." SRC_URI="http://www.mysunrise.ch/users/bhaak/vilistextum/${P}.tar.bz2" HOMEPAGE="http://www.mysunrise.ch/users/bhaak/vilistextum/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="virtual/glibc" diff --git a/app-text/vilistextum/vilistextum-2.6.2.ebuild b/app-text/vilistextum/vilistextum-2.6.2.ebuild index cf575d96f4c5..ad839035191d 100644 --- a/app-text/vilistextum/vilistextum-2.6.2.ebuild +++ b/app-text/vilistextum/vilistextum-2.6.2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.2.ebuild,v 1.2 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.2.ebuild,v 1.3 2002/08/02 17:42:50 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="Vilistextum is a html to ascii converter specifically programmed to get the best out of incorrect html." SRC_URI="http://www.mysunrise.ch/users/bhaak/vilistextum/${P}.tar.bz2" HOMEPAGE="http://www.mysunrise.ch/users/bhaak/vilistextum/" +KEYWORDS="x86" LICENSE="GPL" SLOT="0" |