diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-01-16 00:15:09 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-01-16 00:15:09 +0000 |
commit | ed02c242e22e7309b506dfaf589b1e3f97e309f1 (patch) | |
tree | 3f9adb35d165e795c55e25c289625f2c9d6247e1 /x11-misc/root-portal | |
parent | version bump (#38305) (Manifest recommit) (diff) | |
download | gentoo-2-ed02c242e22e7309b506dfaf589b1e3f97e309f1.tar.gz gentoo-2-ed02c242e22e7309b506dfaf589b1e3f97e309f1.tar.bz2 gentoo-2-ed02c242e22e7309b506dfaf589b1e3f97e309f1.zip |
Further ebuild tweaks, use the gnome2 eclass. Thanks Foser.
Diffstat (limited to 'x11-misc/root-portal')
-rw-r--r-- | x11-misc/root-portal/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/root-portal/root-portal-0.5.0.ebuild | 62 |
2 files changed, 18 insertions, 49 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog index 63f4cb125896..8d5736790491 100644 --- a/x11-misc/root-portal/ChangeLog +++ b/x11-misc/root-portal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/root-portal # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.7 2004/01/15 16:36:02 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.8 2004/01/16 00:15:09 tseng Exp $ + + 15 Jan 2004; Brandon Hale <tseng@gentoo.org> root-portal-0.5.0.ebuild: + Further ebuild tweaks, use the gnome2 eclass. Thanks Foser. 15 Jan 2004; Brandon Hale <tseng@gentoo.org> root-portal-0.5.0.ebuild: Update dependencies, see #38288 diff --git a/x11-misc/root-portal/root-portal-0.5.0.ebuild b/x11-misc/root-portal/root-portal-0.5.0.ebuild index 1113625468d1..db870ee829c0 100644 --- a/x11-misc/root-portal/root-portal-0.5.0.ebuild +++ b/x11-misc/root-portal/root-portal-0.5.0.ebuild @@ -1,60 +1,26 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.0.ebuild,v 1.3 2004/01/15 16:36:02 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.0.ebuild,v 1.4 2004/01/16 00:15:09 tseng Exp $ -inherit debug +inherit gnome2 debug DESCRIPTION="A program to draw text and graphs in the root window" HOMEPAGE="http://root-portal.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2 FDL-1.1" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="gnome" +IUSE="" +DOC="PACKAGING README NEWS ChangeLog BUGS AUTHORS README.help TODO" RDEPEND="virtual/x11 - >=x11-libs/gtk+-2.0 - >=x11-libs/libzvt-2.0 - >=gnome-base/ORBit2-2.0 - >=libgnomeui-2.0 - >=gnome-panel-2.0 - >=dev-libs/libxml2-2.0" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - local myconf="--enable-debug --enable-test --enable-crash-debug" - ## Theres an upstream bug (filed) that disables this. when the next version is out, uncomment theese lines and it should work - - -# use gnome && myconf="${myconf} --enable-gnometext-builtin --enable-shell-builtin" -# use gnome || myconf="${myconf} --without-gnome --without-gnome-libs --disable-gnometext-builtin --disable-shell-builtin" - - econf \ - --enable-gnometext \ - --enable-shell \ - --enable-console \ - --enable-fifo \ - --enable-filetail \ - --enable-graph \ - --enable-process-builtin \ - --enable-modifier \ - --enable-networkload \ - --enable-remote \ - --enable-roottext \ - --enable-systemload \ - --enable-consoledump \ - ${myconf} \ - || die "configure failure. please file a bugreport" - emake || die "compile failure. please file a bugreport" -} - -src_install() { - einstall || die - dodoc PACKAGING README NEWS ChangeLog BUGS AUTHORS README.help TODO -} + >=x11-libs/gtk+-2 + >=x11-libs/libzvt-2 + >=gnome-base/ORBit2-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/gnome-panel-2 + >=dev-libs/libxml2-2" +DEPEND="${RDEPEND} + app-text/scrollkeeper + dev-util/pkgconfig" |