summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-06-19 23:11:42 +0000
committerJonathan Smith <smithj@gentoo.org>2005-06-19 23:11:42 +0000
commit9375bee31551a9aff67fc62dace299a67b7c531d (patch)
tree33a831c0b6a5d753386f1cfaab3b5d4dd172ecae /x11-misc
parentAdded OpenPAM (and amd64) compatibility as per bug #93174 and cleaned the ebu... (diff)
downloadgentoo-2-9375bee31551a9aff67fc62dace299a67b7c531d.tar.gz
gentoo-2-9375bee31551a9aff67fc62dace299a67b7c531d.tar.bz2
gentoo-2-9375bee31551a9aff67fc62dace299a67b7c531d.zip
stable x86
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/root-portal/ChangeLog6
-rw-r--r--x11-misc/root-portal/files/digest-root-portal-0.4.111
-rw-r--r--x11-misc/root-portal/root-portal-0.4.11.ebuild64
-rw-r--r--x11-misc/root-portal/root-portal-0.5.2.ebuild4
4 files changed, 7 insertions, 68 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog
index 4a278ab4013e..a2eb85975297 100644
--- a/x11-misc/root-portal/ChangeLog
+++ b/x11-misc/root-portal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/root-portal
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.17 2005/05/30 17:24:37 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.18 2005/06/19 23:11:41 smithj Exp $
+
+ 19 Jun 2005; Jonathan Smith <smithj@gentoo.org>
+ -root-portal-0.4.11.ebuild, root-portal-0.5.2.ebuild:
+ stable x86
*root-portal-0.5.2 (30 May 2005)
diff --git a/x11-misc/root-portal/files/digest-root-portal-0.4.11 b/x11-misc/root-portal/files/digest-root-portal-0.4.11
deleted file mode 100644
index 3002ff6014d4..000000000000
--- a/x11-misc/root-portal/files/digest-root-portal-0.4.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4f5784ad9315ca06aa8bc64726184879 root-portal-0.4.11.tar.gz 316278
diff --git a/x11-misc/root-portal/root-portal-0.4.11.ebuild b/x11-misc/root-portal/root-portal-0.4.11.ebuild
deleted file mode 100644
index 692b2c9e296b..000000000000
--- a/x11-misc/root-portal/root-portal-0.4.11.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.4.11.ebuild,v 1.11 2004/09/02 22:49:41 pvdabeel Exp $
-
-inherit debug eutils
-
-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"
-SLOT="0"
-KEYWORDS="x86 ppc"
-#IUSE="gnome"
-IUSE=""
-
-# Build-time dependencies, such as
-# ssl? ( >=openssl-0.9.6b )
-# >=perl-5.6.1-r1
-DEPEND="virtual/x11
- =x11-libs/gtk+-1.2*
- =gnome-base/orbit-0*
- >=gnome-base/gnome-libs-1.4.0
- <gnome-base/gnome-panel-2
- >=dev-libs/libxml-1.8.16 "
-# the tabulated section is only needed if Gnome is in USE, but their disable-gnome doesn't work for now.
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gcc3.patch
-}
-
-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
-}
diff --git a/x11-misc/root-portal/root-portal-0.5.2.ebuild b/x11-misc/root-portal/root-portal-0.5.2.ebuild
index 471ee458683b..8e45836a0741 100644
--- a/x11-misc/root-portal/root-portal-0.5.2.ebuild
+++ b/x11-misc/root-portal/root-portal-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.2.ebuild,v 1.1 2005/05/30 17:24:37 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.2.ebuild,v 1.2 2005/06/19 23:11:41 smithj Exp $
inherit gnome2 debug
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2 FDL-1.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE=""
DOC="PACKAGING README NEWS ChangeLog BUGS AUTHORS README.help TODO"