diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-10-08 08:16:09 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-10-08 08:16:09 +0000 |
commit | 56ec2711d3b88da7bf55b852389b20e63cf6f92c (patch) | |
tree | a96982bce312b5aef66c250de4a80d6e644bde78 /x11-themes/comix-xcursors | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-56ec2711d3b88da7bf55b852389b20e63cf6f92c.tar.gz gentoo-2-56ec2711d3b88da7bf55b852389b20e63cf6f92c.tar.bz2 gentoo-2-56ec2711d3b88da7bf55b852389b20e63cf6f92c.zip |
version bump, bug #486942
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'x11-themes/comix-xcursors')
-rw-r--r-- | x11-themes/comix-xcursors/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/comix-xcursors/comix-xcursors-0.7.4.ebuild | 30 | ||||
-rw-r--r-- | x11-themes/comix-xcursors/comix-xcursors-0.8.0.ebuild | 30 |
3 files changed, 68 insertions, 1 deletions
diff --git a/x11-themes/comix-xcursors/ChangeLog b/x11-themes/comix-xcursors/ChangeLog index b92335ef4f6a..8cd94a2a094a 100644 --- a/x11-themes/comix-xcursors/ChangeLog +++ b/x11-themes/comix-xcursors/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/comix-xcursors # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/comix-xcursors/ChangeLog,v 1.7 2013/03/03 14:56:45 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/comix-xcursors/ChangeLog,v 1.8 2013/10/08 08:16:09 vincent Exp $ + +*comix-xcursors-0.7.4 (08 Oct 2013) +*comix-xcursors-0.8.0 (08 Oct 2013) + + 08 Oct 2013; Vicente Olivert Riera <vincent@gentoo.org> + +comix-xcursors-0.7.4.ebuild, +comix-xcursors-0.8.0.ebuild: + version bump, bug #486942 03 Mar 2013; Vicente Olivert Riera <vincent@gentoo.org> comix-xcursors-0.7.3.ebuild: diff --git a/x11-themes/comix-xcursors/comix-xcursors-0.7.4.ebuild b/x11-themes/comix-xcursors/comix-xcursors-0.7.4.ebuild new file mode 100644 index 000000000000..d1945a99d295 --- /dev/null +++ b/x11-themes/comix-xcursors/comix-xcursors-0.7.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 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.4.ebuild,v 1.1 2013/10/08 08:16:09 vincent Exp $ + +EAPI=5 + +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 ~ppc ~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/comix-xcursors-0.8.0.ebuild b/x11-themes/comix-xcursors/comix-xcursors-0.8.0.ebuild new file mode 100644 index 000000000000..1c3cfcc76e27 --- /dev/null +++ b/x11-themes/comix-xcursors/comix-xcursors-0.8.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 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.8.0.ebuild,v 1.1 2013/10/08 08:16:09 vincent Exp $ + +EAPI=5 + +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 ~ppc ~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}"/* +} |