blob: 983acf74659147c7cae5bc0ed5a4db3d9563a8f3 (
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
27
28
29
30
31
32
33
34
35
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/java-gnome/java-gnome-2.12.1.ebuild,v 1.1 2005/11/17 03:42:26 compnerd Exp $
inherit eutils
DESCRIPTION="JAVA bindings for GNOME"
HOMEPAGE="http://java-gnome.sourceforge.net/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="2.12"
KEYWORDS="~x86"
IUSE=""
DEPEND="~dev-java/glib-java-0.2.1
~dev-java/cairo-java-1.0.1
~dev-java/libgtk-java-2.8.1
~dev-java/libgnome-java-2.12.1
~dev-java/libglade-java-2.12.1
~dev-java/libgconf-java-2.12.1
!<dev-java/java-gnome-2.8"
RDEPEND="${DEPEND}"
pkg_postinst() {
einfo
einfo "There has been a major change in the java-gnome package as of the 2.8"
einfo "version. The package has been modularized, this is just a metapackage"
einfo "which will install all the components."
einfo
einfo "The java-gnome project has added a core module glib-java which may in"
einfo "the future gather other org.gnu.glib functionality from libgtk-java"
einfo
ebeep 5
}
|