From 26f2ea01b40b2978e2f1ed676729adfb9fab32c0 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Thu, 1 Nov 2012 14:19:09 +0000 Subject: Initial commit wrt bug #324299 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit) --- x11-themes/comix-xcursors/ChangeLog | 11 ++++++++ .../comix-xcursors/comix-xcursors-0.7.3.ebuild | 30 ++++++++++++++++++++++ x11-themes/comix-xcursors/metadata.xml | 19 ++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 x11-themes/comix-xcursors/ChangeLog create mode 100644 x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild create mode 100644 x11-themes/comix-xcursors/metadata.xml (limited to 'x11-themes/comix-xcursors') diff --git a/x11-themes/comix-xcursors/ChangeLog b/x11-themes/comix-xcursors/ChangeLog new file mode 100644 index 000000000000..d419de9eefdd --- /dev/null +++ b/x11-themes/comix-xcursors/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-themes/comix-xcursors +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/comix-xcursors/ChangeLog,v 1.1 2012/11/01 14:19:09 pinkbyte Exp $ + +*comix-xcursors-0.7.3 (01 Nov 2012) + + 01 Nov 2012; Sergey Popov +comix-xcursors-0.7.3.ebuild, + +metadata.xml: + Initial commit wrt bug #324299. Thanks to Vicente Olivert Riera, who wrote + ebuild and will maintain this package through proxy maintainers + diff --git a/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild b/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild new file mode 100644 index 000000000000..d8715e9a2982 --- /dev/null +++ b/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild,v 1.1 2012/11/01 14:19:09 pinkbyte Exp $ + +EAPI=4 + +MY_PN="ComixCursors" + +DESCRIPTION="X11 mouse theme with a comics feeling" +HOMEPAGE="http://kde-look.org/content/show.php/ComixCursors?content=32627" +SRC_URI="http://www.limitland.de/comixcursors/${MY_PN}-${PV}.tar.bz2 + lefthanded? ( http://www.limitland.de/comixcursors/${MY_PN}-LH-${PV}.tar.bz2 ) + opaque? ( http://www.limitland.de/comixcursors/${MY_PN}-Opaque-${PV}.tar.bz2 ) + lefthanded? ( opaque? ( http://www.limitland.de/comixcursors/${MY_PN}-LH-Opaque-${PV}.tar.bz2 ) )" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="lefthanded opaque" + +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor" +DEPEND="" + +S="${WORKDIR}" + +src_install() { + insinto "/usr/share/cursors/xorg-x11" + doins -r "${S}"/* +} diff --git a/x11-themes/comix-xcursors/metadata.xml b/x11-themes/comix-xcursors/metadata.xml new file mode 100644 index 000000000000..dd92be49d84c --- /dev/null +++ b/x11-themes/comix-xcursors/metadata.xml @@ -0,0 +1,19 @@ + + + + proxy-maintainers + + peratu@carrosses.com + Vicente Olivert Riera + Maintainer. Assign bugs to him + + + pinkbyte@gentoo.org + Sergey Popov + Proxy maintainer. CC him on bugs + + + Install lefthanded version of theme in addition to default one + Install non-transparent version of theme in addition to default one + + -- cgit v1.2.3-65-gdbad