diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-03-09 22:22:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-03-09 22:22:22 +0000 |
commit | e0077f83360aa274e58e91dc5f466480e0a92433 (patch) | |
tree | 6585c2cb58ce40fb3c543f9400854889f8be51cd /x11-themes/constantine-backgrounds | |
parent | Update HOMEPAGE. (diff) | |
download | gentoo-2-e0077f83360aa274e58e91dc5f466480e0a92433.tar.gz gentoo-2-e0077f83360aa274e58e91dc5f466480e0a92433.tar.bz2 gentoo-2-e0077f83360aa274e58e91dc5f466480e0a92433.zip |
Initial import of backgrounds ebuilds.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/constantine-backgrounds')
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> |