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 | abfc552cc58a8576e42d7b7777c3b07bad52ec57 (patch) | |
tree | ffbdebab67d99edc60b7a7efc6627d70bb0701bd /x11-themes/greybird | |
parent | Remove oldpim useflag as it is not really needed (diff) | |
download | historical-abfc552cc58a8576e42d7b7777c3b07bad52ec57.tar.gz historical-abfc552cc58a8576e42d7b7777c3b07bad52ec57.tar.bz2 historical-abfc552cc58a8576e42d7b7777c3b07bad52ec57.zip |
Initial commit.
Package-Manager: portage-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 | 18 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.3.ebuild | 31 | ||||
-rw-r--r-- | x11-themes/greybird/metadata.xml | 9 |
4 files changed, 67 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..9a8343d0eb69 --- /dev/null +++ b/x11-themes/greybird/Manifest @@ -0,0 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST greybird-0.3.tar.gz 1988210 RMD160 8ca58f5f1d4036a8cbe8365ae73182a06edcd165 SHA1 7d9739843cde1cd2cd66a40bb78069d56577f7fe SHA256 dc196db86baa159501255200710952a8fa3945e8d917fe9a4b0c2366843dfb0f +EBUILD greybird-0.3.ebuild 725 RMD160 b30c58e977122d662ace1c11ae4317f822034063 SHA1 fc5b6c7ba1acf9366c102d485ff96b2002b84395 SHA256 5e964803dd400d6ea9697d3d1efab12ca4e448d270e14ef237bc38fd5298629f +MISC ChangeLog 338 RMD160 aa7efbee2109a185ef90b5e26365a552edd8bd42 SHA1 0e1aec01b2f6d960ba4e22d6f68f443f8f2b6cad SHA256 647bfc55863639189e1452b67cb41eb76bd3fdd954b72d927b2586242787d3bc +MISC metadata.xml 271 RMD160 f5550f51d7c9f7bb15177eeb66d3de3f6511f45a SHA1 13cd5d11fbd7f0dfd5967b8757efd71d4d273e23 SHA256 b0ab8f8a76df2649ab818da3d391589e88d0befc9607eb6c3be7f1746b2d4392 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iQEcBAEBAgAGBQJOqv8yAAoJEEdUh39IaPFNXZkIAIdJ6z46N1l78hqA5iRYOmd2 +U/ugF4Wl0IOlOgsJJ6gUnss/QRNUc//IcVlF5UFbtFhu+ndDLm+ssAPzg+IYF4zI +w+LY8Op9KRQEgmpzw9JexVUSVolN9Wm06RiT3ODncSILgoUPca7AgIehiKv6UQJQ +MvQdyvMmHnQX0mY6Ihu7dixEbii3DlnGxd5RDvQlliCM8vtUQ7f+UdCb8rsVc6Wi +rQi8gKjY+v+SlMcJz8QJuwrsyjG5m7XXQ6tvMK1XarM7PlO9pYVr9RPewimUpA18 +xU5FThWqh6mBRvf6lu98OFLdUDQKJhOUMXv33uGoJk5mOyLLRdCc3RMWFPGwQt8= +=IBIo +-----END PGP SIGNATURE----- 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> |