blob: 7369c462ff0b917db5536b4c609f9609854807d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2003 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 $
inherit gnome2
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"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 ppc"
RDEPEND=">=gnome-base/gconf-1.2.1
>=gnome-base/libglade-2
>=gnome-base/gnome-panel-2
>=gnome-base/libgnomeprintui-2.2
app-text/scrollkeeper"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
>=dev-util/intltool-0.21"
DOCS="ABOUT-NLS AUTHORS BUGS ChangeLog NEWS COPYING README TODO"
|