diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-04-11 17:46:30 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-04-11 17:46:30 +0000 |
commit | e93fa7aa6abf3de53037aa735fa248be7dca8416 (patch) | |
tree | fdd62cdaca2a2bb4776707ae0d4345bb10087c91 /x11-misc/xsimpsons | |
parent | Marked stable. (diff) | |
download | historical-e93fa7aa6abf3de53037aa735fa248be7dca8416.tar.gz historical-e93fa7aa6abf3de53037aa735fa248be7dca8416.tar.bz2 historical-e93fa7aa6abf3de53037aa735fa248be7dca8416.zip |
Marked stable. Ebuild fixups.
Diffstat (limited to 'x11-misc/xsimpsons')
-rw-r--r-- | x11-misc/xsimpsons/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xsimpsons/xsimpsons-0.1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/xsimpsons/ChangeLog b/x11-misc/xsimpsons/ChangeLog index faad192c8775..97cb0601c615 100644 --- a/x11-misc/xsimpsons/ChangeLog +++ b/x11-misc/xsimpsons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsimpsons -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/ChangeLog,v 1.2 2003/11/04 03:40:44 abhishek Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/ChangeLog,v 1.3 2004/04/11 17:46:30 pyrania Exp $ + + 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> xsimpsons-0.1.ebuild: + Marked stable. Ebuild fixups. 03 Nov 2003; Abhishek Amit <abhishek@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/xsimpsons/xsimpsons-0.1.ebuild b/x11-misc/xsimpsons/xsimpsons-0.1.ebuild index 57defc9521df..d6434847ac00 100644 --- a/x11-misc/xsimpsons/xsimpsons-0.1.ebuild +++ b/x11-misc/xsimpsons/xsimpsons-0.1.ebuild @@ -1,17 +1,16 @@ -# 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/x11-misc/xsimpsons/xsimpsons-0.1.ebuild,v 1.1 2003/04/22 20:46:44 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/xsimpsons-0.1.ebuild,v 1.2 2004/04/11 17:46:30 pyrania Exp $ DESCRIPTION="The Simpsons walking along the tops of your windows." HOMEPAGE="http://lightning.prohosting.com/~sbeyer/" SRC_URI="http://lightning.prohosting.com/~sbeyer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="x11-base/xfree" RDEPEND="" -S=${WORKDIR}/${P} src_compile() { make || die |