diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-20 13:23:00 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-20 13:23:00 +0000 |
commit | 3531e1048323dd8cdc30b431f685faf6b9322ead (patch) | |
tree | bfdbac200c4390893a774893cecd6a5d09197815 /x11-misc/goats | |
parent | spelling (diff) | |
download | gentoo-2-3531e1048323dd8cdc30b431f685faf6b9322ead.tar.gz gentoo-2-3531e1048323dd8cdc30b431f685faf6b9322ead.tar.bz2 gentoo-2-3531e1048323dd8cdc30b431f685faf6b9322ead.zip |
Initial cvs import. A yellow post-it note applet for Gnome2
Diffstat (limited to 'x11-misc/goats')
-rw-r--r-- | x11-misc/goats/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/goats/files/digest-goats-1.99 | 1 | ||||
-rw-r--r-- | x11-misc/goats/goats-1.99.ebuild | 34 |
3 files changed, 45 insertions, 0 deletions
diff --git a/x11-misc/goats/ChangeLog b/x11-misc/goats/ChangeLog new file mode 100644 index 000000000000..d085cdf2f6d7 --- /dev/null +++ b/x11-misc/goats/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/goats +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/ChangeLog,v 1.1 2002/08/20 13:23:00 stroke Exp $ + +*goats-1.99 (20 Aug 2002) + + 20 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org> goats-1.99.ebuild : + + Initial cvs import. A yellow post-it note applet for Gnome2 + diff --git a/x11-misc/goats/files/digest-goats-1.99 b/x11-misc/goats/files/digest-goats-1.99 new file mode 100644 index 000000000000..ba98acb43dd0 --- /dev/null +++ b/x11-misc/goats/files/digest-goats-1.99 @@ -0,0 +1 @@ +MD5 c9797e8c5bb0ff22f2e036a9fb20c393 goats-1.99.tar.gz 428985 diff --git a/x11-misc/goats/goats-1.99.ebuild b/x11-misc/goats/goats-1.99.ebuild new file mode 100644 index 000000000000..703c71b065db --- /dev/null +++ b/x11-misc/goats/goats-1.99.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/goats-1.99.ebuild,v 1.1 2002/08/20 13:23:00 stroke Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +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" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +RDEPEND=">=x11-libs/pango-1.0.4-r1 + >=x11-libs/gtk+-2.0.6-r1 + >=dev-libs/glib-2.0.6-r1 + >=gnome-base/gconf-1.2.1 + >=gnome-base/gnome-vfs-2.0.2 + >=gnome-base/libglade-2.0.0 + >=gnome-base/libgnome-2.0.0 + >=gnome-base/libgnomeui-2.0.0 + >=gnome-base/gnome-panel-2.0.6 + >=gnome-base/libbonoboui-2.0.0 + >=gnome-base/libgnomecanvas-2.0.0 + >=dev-libs/libxml2-2.4.23" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.17" + + +DOCS="AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README* ABOUT* TODO" |