commit: 64a4d1f84fe278e343fbe11b52bde8488d46e01e Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Tue Apr 28 20:35:39 2015 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Tue Apr 28 20:35:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=64a4d1f8
x11-themes/bluebird: 1.2, 1.2_p20150410 x11-themes/bluebird/bluebird-1.2.ebuild | 21 +++++++++++++++++++++ x11-themes/bluebird/bluebird-1.2_p20150410.ebuild | 22 ++++++++++++++++++++++ x11-themes/bluebird/metadata.xml | 8 ++++++++ 3 files changed, 51 insertions(+) diff --git a/x11-themes/bluebird/bluebird-1.2.ebuild b/x11-themes/bluebird/bluebird-1.2.ebuild new file mode 100644 index 0000000..d933a3e --- /dev/null +++ b/x11-themes/bluebird/bluebird-1.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +DESCRIPTION="Theme for GTK 2, GTK 3, Xfwm4 and Metacity" +HOMEPAGE="http://shimmerproject.org/our-projects/bluebird/" +SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( GPL-2+ CC-BY-SA-3.0 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}"/${PN^}-${PV} + +src_install() { + insinto /usr/share/themes/${PN} + doins -r . +} diff --git a/x11-themes/bluebird/bluebird-1.2_p20150410.ebuild b/x11-themes/bluebird/bluebird-1.2_p20150410.ebuild new file mode 100644 index 0000000..353ba08 --- /dev/null +++ b/x11-themes/bluebird/bluebird-1.2_p20150410.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +MY_PV=11053fdeaf05480a0831a8f2caf20fae0bfe0a6b +DESCRIPTION="Theme for GTK 2, GTK 3, Xfwm4 and Metacity" +HOMEPAGE="http://shimmerproject.org/our-projects/bluebird/" +SRC_URI="https://github.com/shimmerproject/${PN^}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( GPL-2+ CC-BY-SA-3.0 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}"/${PN^}-${MY_PV} + +src_install() { + insinto /usr/share/themes/${PN} + doins -r . +} diff --git a/x11-themes/bluebird/metadata.xml b/x11-themes/bluebird/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/x11-themes/bluebird/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>[email protected]</email> + <name>Sebastian Pipping</name> + </maintainer> +</pkgmetadata>
