summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-03-09 22:23:33 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-03-09 22:23:33 +0000
commitee4f09f1718515cb3080231054d4090adf06212d (patch)
tree1124be82e9ae31e63a5f41f2eda2fb2d84dbb74f /x11-themes/constantine-backgrounds
parentUpdate HOMEPAGE. (diff)
downloadhistorical-ee4f09f1718515cb3080231054d4090adf06212d.tar.gz
historical-ee4f09f1718515cb3080231054d4090adf06212d.tar.bz2
historical-ee4f09f1718515cb3080231054d4090adf06212d.zip
Initial import of backgrounds ebuilds.
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/constantine-backgrounds')
-rw-r--r--x11-themes/constantine-backgrounds/ChangeLog10
-rw-r--r--x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild44
-rw-r--r--x11-themes/constantine-backgrounds/metadata.xml8
3 files changed, 62 insertions, 0 deletions
diff --git a/x11-themes/constantine-backgrounds/ChangeLog b/x11-themes/constantine-backgrounds/ChangeLog
new file mode 100644
index 000000000000..5fc90b2745e6
--- /dev/null
+++ b/x11-themes/constantine-backgrounds/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-themes/constantine-backgrounds
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/constantine-backgrounds/ChangeLog,v 1.1 2011/03/09 22:22:22 flameeyes Exp $
+
+*constantine-backgrounds-12.1.1.4 (09 Mar 2011)
+
+ 09 Mar 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+ +constantine-backgrounds-12.1.1.4.ebuild, +metadata.xml:
+ Initial import of backgrounds ebuilds.
+
diff --git a/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild
new file mode 100644
index 000000000000..c811bff8e76f
--- /dev/null
+++ b/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/constantine-backgrounds/constantine-backgrounds-12.1.1.4.ebuild,v 1.1 2011/03/09 22:22:22 flameeyes Exp $
+
+EAPI=3
+
+inherit versionator rpm
+
+SRC_PATH=development/15/source/SRPMS
+FEDORA=15
+
+MY_P="${PN}-$(get_version_component_range 1-3)"
+
+DESCRIPTION="Fedora official background artwork"
+HOMEPAGE="https://fedoraproject.org/wiki/F12_Artwork"
+
+SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm"
+
+LICENSE="CCPL-Attribution-ShareAlike-2.0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="!x11-themes/fedora-backgrounds:12"
+DEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+SLOT="0"
+
+src_unpack() {
+ rpm_src_unpack
+
+ # as of 2010-06-21 rpm.eclass does not unpack the further lzma
+ # file automatically.
+ unpack ./${MY_P}.tar.lzma
+}
+
+src_compile() { :; }
+src_test() { :; }
+
+src_install() {
+ # The install targets are serial anyway.
+ emake -j1 DESTDIR="${D}" install || die "emake install failed"
+}
diff --git a/x11-themes/constantine-backgrounds/metadata.xml b/x11-themes/constantine-backgrounds/metadata.xml
new file mode 100644
index 000000000000..2d083ce3bc66
--- /dev/null
+++ b/x11-themes/constantine-backgrounds/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>flameeyes@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>