summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-11-01 14:19:09 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-11-01 14:19:09 +0000
commit26f2ea01b40b2978e2f1ed676729adfb9fab32c0 (patch)
tree32424bbbeca7b22cb9e47ade6f8c873930dcf9f9 /x11-themes/comix-xcursors
parentRemove some bad debug lines which caused exceptions. Remove old version (diff)
downloadgentoo-2-26f2ea01b40b2978e2f1ed676729adfb9fab32c0.tar.gz
gentoo-2-26f2ea01b40b2978e2f1ed676729adfb9fab32c0.tar.bz2
gentoo-2-26f2ea01b40b2978e2f1ed676729adfb9fab32c0.zip
Initial commit wrt bug #324299
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-themes/comix-xcursors')
-rw-r--r--x11-themes/comix-xcursors/ChangeLog11
-rw-r--r--x11-themes/comix-xcursors/comix-xcursors-0.7.3.ebuild30
-rw-r--r--x11-themes/comix-xcursors/metadata.xml19
3 files changed, 60 insertions, 0 deletions
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 <pinkbyte@gentoo.org> +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>peratu@carrosses.com</email>
+ <name>Vicente Olivert Riera</name>
+ <description>Maintainer. Assign bugs to him</description>
+ </maintainer>
+ <maintainer>
+ <email>pinkbyte@gentoo.org</email>
+ <name>Sergey Popov</name>
+ <description>Proxy maintainer. CC him on bugs</description>
+ </maintainer>
+ <use>
+ <flag name="lefthanded">Install lefthanded version of theme in addition to default one</flag>
+ <flag name="opaque">Install non-transparent version of theme in addition to default one</flag>
+ </use>
+</pkgmetadata>