diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 15:42:29 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 15:42:29 +0000 |
commit | 48c5fc1e6096332e4f8aafb2f526b3dd62848389 (patch) | |
tree | df1d9884f3542b98a9a2caac59e1b0dbff7293e2 /x11-misc/xsri | |
parent | Version bump thanks to Jim Faulkner <dogshu@sdf.lonestar.org> in bug 110969 (diff) | |
download | gentoo-2-48c5fc1e6096332e4f8aafb2f526b3dd62848389.tar.gz gentoo-2-48c5fc1e6096332e4f8aafb2f526b3dd62848389.tar.bz2 gentoo-2-48c5fc1e6096332e4f8aafb2f526b3dd62848389.zip |
New package. Bug 97375.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xsri')
-rw-r--r-- | x11-misc/xsri/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xsri/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xsri/files/digest-xsri-2.1.0 | 1 | ||||
-rw-r--r-- | x11-misc/xsri/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/xsri/xsri-2.1.0.ebuild | 22 |
5 files changed, 42 insertions, 0 deletions
diff --git a/x11-misc/xsri/ChangeLog b/x11-misc/xsri/ChangeLog new file mode 100644 index 000000000000..cd2cfe5536c9 --- /dev/null +++ b/x11-misc/xsri/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/xsri +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.1 2005/11/01 15:42:29 nelchael Exp $ + +*xsri-2.1.0 (01 Nov 2005) + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> +metadata.xml, + +xsri-2.1.0.ebuild: + New package. Bug 97375, thanks to Thomas Weidner (3.14159@gmx.net). + diff --git a/x11-misc/xsri/Manifest b/x11-misc/xsri/Manifest new file mode 100644 index 000000000000..1c58729f345d --- /dev/null +++ b/x11-misc/xsri/Manifest @@ -0,0 +1,4 @@ +MD5 944d26430e9828f875cbb412638c8d09 ChangeLog 787 +MD5 4c0ded822d575297d8ce3b6248aa2f5f files/digest-xsri-2.1.0 64 +MD5 c089e4586127d0dda3396887446f8184 metadata.xml 1083 +MD5 7a24f7f26754dea2843afc7af3a490dd xsri-2.1.0.ebuild 477 diff --git a/x11-misc/xsri/files/digest-xsri-2.1.0 b/x11-misc/xsri/files/digest-xsri-2.1.0 new file mode 100644 index 000000000000..a313de5e4421 --- /dev/null +++ b/x11-misc/xsri/files/digest-xsri-2.1.0 @@ -0,0 +1 @@ +MD5 810f70a1ca0a803ca808367654de9547 xsri-2.1.0-9.src.rpm 74339 diff --git a/x11-misc/xsri/metadata.xml b/x11-misc/xsri/metadata.xml new file mode 100644 index 000000000000..40838bc36783 --- /dev/null +++ b/x11-misc/xsri/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>desktop-misc</herd> +</pkgmetadata> diff --git a/x11-misc/xsri/xsri-2.1.0.ebuild b/x11-misc/xsri/xsri-2.1.0.ebuild new file mode 100644 index 000000000000..0f99c70b7a27 --- /dev/null +++ b/x11-misc/xsri/xsri-2.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 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.ebuild,v 1.1 2005/11/01 15:42:29 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/4/SRPMS/${P}-9.src.rpm" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/x11 + =x11-libs/gtk+-2*" + +src_install() { + base_src_install "$@" + dodoc AUTHORS README NEWS +} |