summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/root-portal/ChangeLog7
-rw-r--r--x11-misc/root-portal/Manifest10
-rw-r--r--x11-misc/root-portal/files/digest-root-portal-0.5.21
-rw-r--r--x11-misc/root-portal/root-portal-0.5.2.ebuild28
4 files changed, 41 insertions, 5 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog
index 0dcf78d0796b..4a278ab4013e 100644
--- a/x11-misc/root-portal/ChangeLog
+++ b/x11-misc/root-portal/ChangeLog
@@ -1,6 +1,11 @@
# 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.16 2005/05/17 16:37:13 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.17 2005/05/30 17:24:37 mrness Exp $
+
+*root-portal-0.5.2 (30 May 2005)
+
+ 30 May 2005; Alin Nastac <mrness@gentoo.org> +root-portal-0.5.2.ebuild:
+ Version bump (#86833).
17 May 2005; Markus Nigbur <pyrania@gentoo.org> root-portal-0.5.0.ebuild:
Fixed libxml dependency, version 2 is not yet supported.
diff --git a/x11-misc/root-portal/Manifest b/x11-misc/root-portal/Manifest
index 678c2d904d23..e12cce8d73ec 100644
--- a/x11-misc/root-portal/Manifest
+++ b/x11-misc/root-portal/Manifest
@@ -3,15 +3,17 @@ Hash: SHA1
MD5 5ce8627ad1d92f868e2d96fb6a50a1a9 root-portal-0.5.0.ebuild 780
MD5 d97f919dcbe1752eec2ffaf9a85bd9ad root-portal-0.4.11.ebuild 1853
-MD5 30926632325f0572e73a414089b231d0 ChangeLog 1985
+MD5 5afc160ff85c0288ca5c7922e8d48259 root-portal-0.5.2.ebuild 780
+MD5 f7b42f5707b8af82cf155f1439f4cfaf ChangeLog 2118
MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
MD5 8a6d14539df2b912f17d1f78a54a1e4b files/0.4.11-gcc3.patch 2455
MD5 f9d2acb2ede1a736f915ef1ed10020e2 files/digest-root-portal-0.5.0 69
+MD5 f5cee693cdd1bc354e2acaa5d3434a79 files/digest-root-portal-0.5.2 69
MD5 c2474198f20ec00a050dd0b6adcac40e files/digest-root-portal-0.4.11 70
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCjIusI1lqEGTUzyQRAueYAKCi/jlZM7EecBLH2pFmbb4vCScZNQCghkIz
-CxyPDt7ynFiauSn8wcOLFTQ=
-=rSxL
+iD8DBQFCm0xvjiC39V7gKu0RAkP3AJ4umMszxOOnARxI1RalUMLQK/tXKACghRZ5
+zW41fMkpTFlqW0y3zg4Vv4U=
+=Bw+g
-----END PGP SIGNATURE-----
diff --git a/x11-misc/root-portal/files/digest-root-portal-0.5.2 b/x11-misc/root-portal/files/digest-root-portal-0.5.2
new file mode 100644
index 000000000000..616001da80a8
--- /dev/null
+++ b/x11-misc/root-portal/files/digest-root-portal-0.5.2
@@ -0,0 +1 @@
+MD5 dd169a5e2149c1c87f764c93851cdf0c root-portal-0.5.2.tar.gz 429754
diff --git a/x11-misc/root-portal/root-portal-0.5.2.ebuild b/x11-misc/root-portal/root-portal-0.5.2.ebuild
new file mode 100644
index 000000000000..471ee458683b
--- /dev/null
+++ b/x11-misc/root-portal/root-portal-0.5.2.ebuild
@@ -0,0 +1,28 @@
+# 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 $
+
+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 FDL-1.1"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+DOC="PACKAGING README NEWS ChangeLog BUGS AUTHORS README.help TODO"
+
+USE_DESTDIR="1"
+
+RDEPEND="virtual/x11
+ >=x11-libs/gtk+-2
+ >=x11-libs/libzvt-2
+ >=gnome-base/orbit-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/gnome-panel-2
+ dev-libs/libxml"
+DEPEND="${RDEPEND}
+ app-text/scrollkeeper
+ dev-util/pkgconfig"