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/duconv | |
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/duconv')
-rw-r--r-- | app-text/duconv/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/duconv/duconv-1.1.ebuild | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/app-text/duconv/ChangeLog b/app-text/duconv/ChangeLog index f429374c739e..2405ae9f123c 100644 --- a/app-text/duconv/ChangeLog +++ b/app-text/duconv/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-text/duconv # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/duconv/ChangeLog,v 1.1 2002/02/01 21:53:10 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/duconv/ChangeLog,v 1.2 2002/08/02 17:42:49 phoenix Exp $ *duconv-1.1 (1 Feb 2002) + 2 Aug 2002; phoen][x <phoenix@gentoo.org> duconv-1.1.ebuild : + Added KEYWORDS, SLOT. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/app-text/duconv/duconv-1.1.ebuild b/app-text/duconv/duconv-1.1.ebuild index 1323508c2cdb..4d354042bd1c 100644 --- a/app-text/duconv/duconv-1.1.ebuild +++ b/app-text/duconv/duconv-1.1.ebuild @@ -7,6 +7,9 @@ S=${WORKDIR}/${P} DESCRIPTION=" small util that converts from dos<->unix" SRC_URI="http://people.freenet.de/tfaehr/${PN}.tgz" HOMEPAGE="http://people.freenet.de/tfaehr/linux.htm" +LICENSE="" +KEYWORDS="x86" +SLOT="0" src_unpack() { |