diff options
author | Joe McCann <joem@gentoo.org> | 2005-03-09 20:49:12 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-03-09 20:49:12 +0000 |
commit | f3be584c2d708f98a0237f2d2c9e089722aee351 (patch) | |
tree | c5aae9d2e26277063cd47ca470499a8579ca54b0 /x11-themes | |
parent | Version bumped to 1.1.7 and cleaning up older ebuilds. (diff) | |
download | gentoo-2-f3be584c2d708f98a0237f2d2c9e089722aee351.tar.gz gentoo-2-f3be584c2d708f98a0237f2d2c9e089722aee351.tar.bz2 gentoo-2-f3be584c2d708f98a0237f2d2c9e089722aee351.zip |
New package. Set of default backgrounds for gnome-2.10
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-backgrounds/ChangeLog | 10 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.10.0 | 1 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/gnome-backgrounds-2.10.0.ebuild | 19 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/metadata.xml | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/x11-themes/gnome-backgrounds/ChangeLog b/x11-themes/gnome-backgrounds/ChangeLog new file mode 100644 index 000000000000..dc667183c28c --- /dev/null +++ b/x11-themes/gnome-backgrounds/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-themes/gnome-backgrounds +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/ChangeLog,v 1.1 2005/03/09 20:49:12 joem Exp $ + +*gnome-backgrounds-2.10.0 (09 Mar 2005) + + 09 Mar 2005; Joe McCann <joem@gentoo.org> +metadata.xml, + +gnome-backgrounds-2.10.0.ebuild: + First Release. Contains various backgrounds for the default gnome desktop + diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest new file mode 100644 index 000000000000..5d713afe69f7 --- /dev/null +++ b/x11-themes/gnome-backgrounds/Manifest @@ -0,0 +1,2 @@ +MD5 57401fb0d89af3658b5bc684badf9128 gnome-backgrounds-2.10.0.ebuild 384 +MD5 bf9914d8c2032ae9e2c6d375a2eb71a8 files/digest-gnome-backgrounds-2.10.0 78 diff --git a/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.10.0 b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.10.0 new file mode 100644 index 000000000000..569c469e9a22 --- /dev/null +++ b/x11-themes/gnome-backgrounds/files/digest-gnome-backgrounds-2.10.0 @@ -0,0 +1 @@ +MD5 8b4a3f293555c29d2a9e8bfd6d0014ba gnome-backgrounds-2.10.0.tar.bz2 2249259 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-2.10.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.10.0.ebuild new file mode 100644 index 000000000000..4b6f2a0f27a6 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-2.10.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-2.10.0.ebuild,v 1.1 2005/03/09 20:49:12 joem Exp $ + +inherit gnome2 + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="http://www.gnome.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="sys-devel/gettext + >=dev-util/intltool-0.29" + +DOCS="AUTHORS ChangeLog NEWS README" + diff --git a/x11-themes/gnome-backgrounds/metadata.xml b/x11-themes/gnome-backgrounds/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/x11-themes/gnome-backgrounds/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>gnome</herd> +</pkgmetadata> |