diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-28 19:16:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-28 19:16:09 +0000 |
commit | 6a44cc41787acd042bd12593b6c210ca48c1910a (patch) | |
tree | 8374f6ac4009c4b9b9da7a5eae1716352ea81e7e /x11-themes/greybird | |
parent | Remove oldpim useflag as it is not really needed (diff) | |
download | gentoo-2-6a44cc41787acd042bd12593b6c210ca48c1910a.tar.gz gentoo-2-6a44cc41787acd042bd12593b6c210ca48c1910a.tar.bz2 gentoo-2-6a44cc41787acd042bd12593b6c210ca48c1910a.zip |
Initial commit.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/greybird')
-rw-r--r-- | x11-themes/greybird/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/greybird/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.3.ebuild | 31 | ||||
-rw-r--r-- | x11-themes/greybird/metadata.xml | 9 |
4 files changed, 53 insertions, 0 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog new file mode 100644 index 000000000000..0ccc8b5aff05 --- /dev/null +++ b/x11-themes/greybird/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-themes/greybird +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.1 2011/10/28 19:16:09 ssuominen Exp $ + +*greybird-0.3 (28 Oct 2011) + + 28 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> +greybird-0.3.ebuild: + Initial commit. + diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest new file mode 100644 index 000000000000..24dfa915755c --- /dev/null +++ b/x11-themes/greybird/Manifest @@ -0,0 +1,4 @@ +DIST greybird-0.3.tar.gz 1988210 RMD160 8ca58f5f1d4036a8cbe8365ae73182a06edcd165 SHA1 7d9739843cde1cd2cd66a40bb78069d56577f7fe SHA256 dc196db86baa159501255200710952a8fa3945e8d917fe9a4b0c2366843dfb0f +EBUILD greybird-0.3.ebuild 621 RMD160 2abe06fadeea25df0495555a89783f5d84e9f013 SHA1 057f2b27d00ba4d256bf8472789e0c503e439abe SHA256 69f664491ea2ced1607d4b9eb78e0e65d6382a58c8568f1275cc67caf8918830 +MISC ChangeLog 244 RMD160 ecfea2793d79383f94259a7365ebb0002061f515 SHA1 8567f77474bc6bd1c3d2518ef12b277d6f7ffe97 SHA256 34974f66c814b9065cc4bdd7441477eba53a00e6e669b66144430e8cbdcc4e82 +MISC metadata.xml 271 RMD160 f5550f51d7c9f7bb15177eeb66d3de3f6511f45a SHA1 13cd5d11fbd7f0dfd5967b8757efd71d4d273e23 SHA256 b0ab8f8a76df2649ab818da3d391589e88d0befc9607eb6c3be7f1746b2d4392 diff --git a/x11-themes/greybird/greybird-0.3.ebuild b/x11-themes/greybird/greybird-0.3.ebuild new file mode 100644 index 000000000000..78b086f3bc23 --- /dev/null +++ b/x11-themes/greybird/greybird-0.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.3.ebuild,v 1.1 2011/10/28 19:16:09 ssuominen Exp $ + +EAPI=4 + +MY_PN=${PN/g/G} + +DESCRIPTION="The default theme used in Xubuntu 11.04 Natty" +HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird" +SRC_URI="http://github.com/shimmerproject/${MY_PN}/tarball/v${PV} -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT="binchecks strip" + +src_unpack() { + unpack ${A} + mv *-${MY_PN}-* "${S}" +} + +src_install() { + dodoc README + rm -f README + + insinto /usr/share/themes/${MY_PN} + doins -r * +} diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml new file mode 100644 index 000000000000..f1d365960b36 --- /dev/null +++ b/x11-themes/greybird/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-misc</herd> + <maintainer> + <email>ssuominen@gentoo.org</email> + <name>Samuli Suominen</name> + </maintainer> +</pkgmetadata> |