summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-01-15 19:51:19 +0000
committerJim Ramsay <lack@gentoo.org>2007-01-15 19:51:19 +0000
commit1a08e61b00967a0739d4e06b19e06bb3846a2978 (patch)
tree376ec10a80ec80d59404f2f9590a5fd169558f0b /rox-extra
parentEbuild maintenance (diff)
downloadgentoo-2-1a08e61b00967a0739d4e06b19e06bb3846a2978.tar.gz
gentoo-2-1a08e61b00967a0739d4e06b19e06bb3846a2978.tar.bz2
gentoo-2-1a08e61b00967a0739d4e06b19e06bb3846a2978.zip
Version bump - 0.0.2 is released
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'rox-extra')
-rw-r--r--rox-extra/rox-xplanet/ChangeLog9
-rw-r--r--rox-extra/rox-xplanet/files/digest-rox-xplanet-0.0.23
-rw-r--r--rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild21
3 files changed, 31 insertions, 2 deletions
diff --git a/rox-extra/rox-xplanet/ChangeLog b/rox-extra/rox-xplanet/ChangeLog
index 0cfa0ceb0912..723475b1cc10 100644
--- a/rox-extra/rox-xplanet/ChangeLog
+++ b/rox-extra/rox-xplanet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for rox-extra/rox-xplanet
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-xplanet/ChangeLog,v 1.2 2006/11/01 17:25:02 lack Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-xplanet/ChangeLog,v 1.3 2007/01/15 19:51:19 lack Exp $
+
+*rox-xplanet-0.0.2 (15 Jan 2007)
+
+ 15 Jan 2007; Jim Ramsay <lack@gentoo.org> +rox-xplanet-0.0.2.ebuild:
+ Version bump - 0.0.2 is released
01 Nov 2006; Jim Ramsay <lack@gentoo.org> metadata.xml:
Now owned by new rox herd
diff --git a/rox-extra/rox-xplanet/files/digest-rox-xplanet-0.0.2 b/rox-extra/rox-xplanet/files/digest-rox-xplanet-0.0.2
new file mode 100644
index 000000000000..251627f4b7d1
--- /dev/null
+++ b/rox-extra/rox-xplanet/files/digest-rox-xplanet-0.0.2
@@ -0,0 +1,3 @@
+MD5 501e1fc027deb974f688c2b9820ac270 XPlanet-0.0.2.tar.gz 18904
+RMD160 e626f537d94c5aaf3e70f808379843d06be56944 XPlanet-0.0.2.tar.gz 18904
+SHA256 b6a984d049cb0dde06d0c3f33ed70a4da06aed6df88737f12270c7f462413e93 XPlanet-0.0.2.tar.gz 18904
diff --git a/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild b/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild
new file mode 100644
index 000000000000..ec92decc6b2f
--- /dev/null
+++ b/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/rox-extra/rox-xplanet/rox-xplanet-0.0.2.ebuild,v 1.1 2007/01/15 19:51:19 lack Exp $
+
+ROX_LIB_VER=2.0.3
+inherit rox
+
+MY_PN="XPlanet"
+DESCRIPTION="ROX wrapper for xplanet by Stephen Watson"
+HOMEPAGE="http://www.kerofin.demon.co.uk/rox/xplanet.html"
+SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=x11-misc/xplanet-1.0"
+
+APPNAME="${MY_PN}"
+S="${WORKDIR}"