diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-02 14:05:04 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-06-02 14:05:04 +0000 |
commit | 1badc75dc514c412d620643a6e62606407e57f70 (patch) | |
tree | 6a56eb52eda8d1fb0718beeaafbbb1b7b58ad5d6 /x11-apps | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-1badc75dc514c412d620643a6e62606407e57f70.tar.gz gentoo-2-1badc75dc514c412d620643a6e62606407e57f70.tar.bz2 gentoo-2-1badc75dc514c412d620643a6e62606407e57f70.zip |
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xcursorgen/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xcursorgen/xcursorgen-1.0.4.ebuild | 17 | ||||
-rw-r--r-- | x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild | 16 |
3 files changed, 24 insertions, 20 deletions
diff --git a/x11-apps/xcursorgen/ChangeLog b/x11-apps/xcursorgen/ChangeLog index a244cd603d5d..659c3003624c 100644 --- a/x11-apps/xcursorgen/ChangeLog +++ b/x11-apps/xcursorgen/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xcursorgen -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.65 2012/08/26 16:39:54 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/ChangeLog,v 1.66 2014/06/02 14:05:04 chithanh Exp $ + +*xcursorgen-1.0.6 (02 Jun 2014) + + 02 Jun 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xcursorgen-1.0.6.ebuild, -xcursorgen-1.0.4.ebuild: + Version bump. Remove old. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xcursorgen-1.0.5.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -245,4 +251,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xcursorgen-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.4.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.4.ebuild deleted file mode 100644 index 16ba1a393e62..000000000000 --- a/x11-apps/xcursorgen/xcursorgen-1.0.4.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.4.ebuild,v 1.9 2011/02/14 23:02:32 xarthisius Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="create an X cursor file from a collection of PNG images" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="media-libs/libpng - x11-libs/libX11 - x11-libs/libXcursor" -DEPEND="${RDEPEND}" diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild new file mode 100644 index 000000000000..2c81a2c64d80 --- /dev/null +++ b/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcursorgen/xcursorgen-1.0.6.ebuild,v 1.1 2014/06/02 14:05:04 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="create an X cursor file from a collection of PNG images" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXcursor + media-libs/libpng:0" +DEPEND="${RDEPEND}" |