diff options
author | Ian Leitch <port001@gentoo.org> | 2004-06-20 18:23:35 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-06-20 18:23:35 +0000 |
commit | db740c3637fb0001360f28abe147401c2d17d47a (patch) | |
tree | 3c3fed21d03866970c5e4394c9ba33e90ab4bb51 /x11-misc | |
parent | ensure that automake-1.4 is used, otherwise build errors are the result. Than... (diff) | |
download | gentoo-2-db740c3637fb0001360f28abe147401c2d17d47a.tar.gz gentoo-2-db740c3637fb0001360f28abe147401c2d17d47a.tar.bz2 gentoo-2-db740c3637fb0001360f28abe147401c2d17d47a.zip |
Added IUSE
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/goats/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/goats/goats-2.0.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/goats/goats-2.2.ebuild | 5 |
3 files changed, 12 insertions, 7 deletions
diff --git a/x11-misc/goats/ChangeLog b/x11-misc/goats/ChangeLog index 3775f0fa54b4..3b836f8ce24c 100644 --- a/x11-misc/goats/ChangeLog +++ b/x11-misc/goats/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/goats -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/ChangeLog,v 1.7 2003/10/08 21:20:11 liquidx Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/ChangeLog,v 1.8 2004/06/20 18:23:35 port001 Exp $ + + 20 Jun 2004; Ian Leitch <port001@gentoo.org> goats-2.0.ebuild, + goats-2.2.ebuild: + Added IUSE 08 Oct 2003; Alastair Tse <liquidx@gentoo.org> goats-2.2.ebuild: updated libgnomeprintui deps diff --git a/x11-misc/goats/goats-2.0.ebuild b/x11-misc/goats/goats-2.0.ebuild index b0bd29dbf1af..7bf92e3b42ae 100644 --- a/x11-misc/goats/goats-2.0.ebuild +++ b/x11-misc/goats/goats-2.0.ebuild @@ -1,10 +1,10 @@ -# 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/goats/goats-2.0.ebuild,v 1.5 2003/07/09 16:39:52 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/goats-2.0.ebuild,v 1.6 2004/06/20 18:23:35 port001 Exp $ inherit gnome2 -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Goats is a yellow post-it note applet for the Gnome2 Desktop" SRC_URI="http://www.menudo.freeserve.co.uk/${P}.tar.gz" HOMEPAGE="http://www.menudo.freeserve.co.uk/goats.html" diff --git a/x11-misc/goats/goats-2.2.ebuild b/x11-misc/goats/goats-2.2.ebuild index 7369c462ff0b..aadc0f1bf36a 100644 --- a/x11-misc/goats/goats-2.2.ebuild +++ b/x11-misc/goats/goats-2.2.ebuild @@ -1,9 +1,10 @@ -# 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/goats/goats-2.2.ebuild,v 1.6 2004/05/23 16:27:15 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/goats-2.2.ebuild,v 1.7 2004/06/20 18:23:35 port001 Exp $ inherit gnome2 +IUSE="" DESCRIPTION="Goats is a yellow post-it note applet for the GNOME desktop" SRC_URI="http://www.menudo.freeserve.co.uk/${P}.tar.gz" HOMEPAGE="http://www.menudo.freeserve.co.uk/goats.html" |