diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:18:12 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:18:12 +0000 |
commit | d48efe9222b45b1ae4c72a954f8060968ca27f1e (patch) | |
tree | 6021682cf052f855fac17a6d4842ac0cc1361a88 /net-misc/tintin | |
parent | repoman QA issues (diff) | |
download | gentoo-2-d48efe9222b45b1ae4c72a954f8060968ca27f1e.tar.gz gentoo-2-d48efe9222b45b1ae4c72a954f8060968ca27f1e.tar.bz2 gentoo-2-d48efe9222b45b1ae4c72a954f8060968ca27f1e.zip |
repoman QA issues
Diffstat (limited to 'net-misc/tintin')
-rw-r--r-- | net-misc/tintin/ChangeLog (renamed from net-misc/tintin/Changelog) | 5 | ||||
-rw-r--r-- | net-misc/tintin/tintin-1.86.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/tintin/Changelog b/net-misc/tintin/ChangeLog index 94cad2bc8099..d0d0c4f6e32e 100644 --- a/net-misc/tintin/Changelog +++ b/net-misc/tintin/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for net-misc/tintin # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tintin/Changelog,v 1.1 2002/06/04 00:26:29 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tintin/ChangeLog,v 1.1 2002/07/09 11:15:22 phoenix Exp $ *tintin-1.86 (04 JUN 2002) + 09 Jul 2002; phoen][x <phoenix@gentoo.org> tintin-1.86.ebuild : + Added KEYWORDS, SLOT. + 04 Jun 2002; B.Lauwers <blauwers@gentoo.org> Changelog, tintin-1.86.ebuild: Added initial ebuild for tintin as requested in enhancement bug 3079. diff --git a/net-misc/tintin/tintin-1.86.ebuild b/net-misc/tintin/tintin-1.86.ebuild index d0f85c9908aa..1aef003602c9 100644 --- a/net-misc/tintin/tintin-1.86.ebuild +++ b/net-misc/tintin/tintin-1.86.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tintin/tintin-1.86.ebuild,v 1.1 2002/06/04 00:26:29 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tintin/tintin-1.86.ebuild,v 1.2 2002/07/09 11:15:22 phoenix Exp $ # Author gaarde <gaarde at users dot sourceforge dot net> @@ -9,6 +9,8 @@ DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t" SRC_URI="http://mail.newclear.net/tintin/download/tintin++v${PV}.tar.gz" HOMEPAGE="http://mail.newclear.net/tintin/" LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" DEPEND="sys-libs/ncurses" |