blob: f40f0f3ea47f13b1d8de7c19b86bbb3a51b46c91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-2.4.0.ebuild,v 1.1 2003/10/11 00:20:46 leonardop Exp $
inherit gnome2
DESCRIPTION="Common files for Gnome packages"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~x86"
IUSE=""
DEPEND="dev-util/pkgconfig"
RDEPEND=""
DOCS="AUTHORS ChangeLog COPYING README"
|