blob: 297330dfb9ab9a0b5518b0d4b0d0d7f44ce9b274 (
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
26
|
# Copyright 1999-2004 Gentoo Foundation
# 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.8 2004/06/24 22:20:23 agriffis 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"
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"
|