summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/subterfugue')
-rw-r--r--sys-apps/subterfugue/ChangeLog5
-rw-r--r--sys-apps/subterfugue/subterfugue-0.2-r1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/subterfugue/ChangeLog b/sys-apps/subterfugue/ChangeLog
index 6968c39285ae..f4de69b4a339 100644
--- a/sys-apps/subterfugue/ChangeLog
+++ b/sys-apps/subterfugue/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for sys-apps/subterfugue
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/ChangeLog,v 1.1 2002/02/01 21:53:37 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/ChangeLog,v 1.2 2002/07/14 19:20:19 aliz Exp $
*subterfugue-0.2-r1 (1 Feb 2002)
+ 14 Jul 2002; phoen][x <phoenix@gentoo.org> subterfugue-0.2-r1.ebuild :
+ Added LICENSE, 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/sys-apps/subterfugue/subterfugue-0.2-r1.ebuild b/sys-apps/subterfugue/subterfugue-0.2-r1.ebuild
index 899cfe5cb10a..2f863b4c802d 100644
--- a/sys-apps/subterfugue/subterfugue-0.2-r1.ebuild
+++ b/sys-apps/subterfugue/subterfugue-0.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/subterfugue-0.2-r1.ebuild,v 1.4 2002/07/11 06:30:55 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/subterfugue-0.2-r1.ebuild,v 1.5 2002/07/14 19:20:19 aliz Exp $
S=${WORKDIR}/${P}
@@ -9,6 +9,9 @@ DESCRIPTION="strace meets expect"
SRC_URI="mirror://sourceforge/subterfugue/subterfugue-0.2.tgz"
HOMEPAGE="http://www.subterfugue.org"
+KEYWORDS="x86"
+SLOT="0"
+LICENSE="GPL-2"
DEPEND=">=dev-lang/python-2.0
gtk? ( =x11-libs/gtk+-1.2* )"