summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-07-09 10:30:28 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-07-09 10:30:28 +0000
commite54314c3f366133c47ce11cfb9db07a2206b9bc4 (patch)
treeb707c6751a9ed5eb035d558a054fd98cb496e87a
parentRevision bump, hopefully completly fixing #138462 and #138469 (diff)
downloadgentoo-2-e54314c3f366133c47ce11cfb9db07a2206b9bc4.tar.gz
gentoo-2-e54314c3f366133c47ce11cfb9db07a2206b9bc4.tar.bz2
gentoo-2-e54314c3f366133c47ce11cfb9db07a2206b9bc4.zip
New version from Fedora 5.
(Portage version: 2.1.1_pre2-r6)
-rw-r--r--x11-misc/xsri/ChangeLog7
-rw-r--r--x11-misc/xsri/files/digest-xsri-2.1.0-r13
-rw-r--r--x11-misc/xsri/xsri-2.1.0-r1.ebuild21
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-misc/xsri/ChangeLog b/x11-misc/xsri/ChangeLog
index d5e5f49fc084..4cb3d27885d9 100644
--- a/x11-misc/xsri/ChangeLog
+++ b/x11-misc/xsri/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xsri
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.3 2006/01/13 13:25:19 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.4 2006/07/09 10:30:28 nelchael Exp $
+
+*xsri-2.1.0-r1 (09 Jul 2006)
+
+ 09 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> +xsri-2.1.0-r1.ebuild:
+ New version from Fedora 5.
13 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xsri-2.1.0.ebuild:
Fixed DEPEND for modular X.
diff --git a/x11-misc/xsri/files/digest-xsri-2.1.0-r1 b/x11-misc/xsri/files/digest-xsri-2.1.0-r1
new file mode 100644
index 000000000000..7bfa139d44c2
--- /dev/null
+++ b/x11-misc/xsri/files/digest-xsri-2.1.0-r1
@@ -0,0 +1,3 @@
+MD5 a9b34220cbcd65491a1bccb476572f35 xsri-2.1.0-9.2.1.src.rpm 74646
+RMD160 710ef6132965c1c522cd94a4c51e55c2c55aa000 xsri-2.1.0-9.2.1.src.rpm 74646
+SHA256 2912eed9bc8a68aa4ce5f87f6d2149feeb61f328a413d0b6dc14023e4c79e0e8 xsri-2.1.0-9.2.1.src.rpm 74646
diff --git a/x11-misc/xsri/xsri-2.1.0-r1.ebuild b/x11-misc/xsri/xsri-2.1.0-r1.ebuild
new file mode 100644
index 000000000000..81810d20f791
--- /dev/null
+++ b/x11-misc/xsri/xsri-2.1.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild,v 1.1 2006/07/09 10:30:28 nelchael Exp $
+
+inherit base rpm
+
+DESCRIPTION="The xsri wallpaper setter from RedHat"
+HOMEPAGE="http://fedora.redhat.com/"
+SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/5/source/SRPMS/${P}-9.2.1.src.rpm"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="=x11-libs/gtk+-2*"
+
+src_install() {
+ base_src_install "$@"
+ dodoc AUTHORS README NEWS
+}