summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-11-10 15:25:29 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-11-10 15:25:29 +0000
commit070b65bc01705ff5aca95d6f599f5cf6b582b598 (patch)
tree8da692e7345c1b12c9b21d98f1634f881928590e /x11-apps
parentFix build with new PyQt4 buildsystem. Patch by Martin von Gagern in bug 525700. (diff)
downloadgentoo-2-070b65bc01705ff5aca95d6f599f5cf6b582b598.tar.gz
gentoo-2-070b65bc01705ff5aca95d6f599f5cf6b582b598.tar.bz2
gentoo-2-070b65bc01705ff5aca95d6f599f5cf6b582b598.zip
Version bump. Remove old.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/rgb/ChangeLog8
-rw-r--r--x11-apps/rgb/rgb-1.0.4.ebuild15
-rw-r--r--x11-apps/rgb/rgb-1.0.6.ebuild15
3 files changed, 22 insertions, 16 deletions
diff --git a/x11-apps/rgb/ChangeLog b/x11-apps/rgb/ChangeLog
index ab67e75a33c2..a38aa9bee585 100644
--- a/x11-apps/rgb/ChangeLog
+++ b/x11-apps/rgb/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/rgb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.68 2014/03/13 20:12:49 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/ChangeLog,v 1.69 2014/11/10 15:25:29 chithanh Exp $
+
+*rgb-1.0.6 (10 Nov 2014)
+
+ 10 Nov 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +rgb-1.0.6.ebuild, -rgb-1.0.4.ebuild:
+ Version bump. Remove old.
13 Mar 2014; Christoph Junghans <ottxor@gentoo.org> rgb-1.0.5.ebuild:
added ~x64-macos (tested by me)
diff --git a/x11-apps/rgb/rgb-1.0.4.ebuild b/x11-apps/rgb/rgb-1.0.4.ebuild
deleted file mode 100644
index cd3c3c8acb77..000000000000
--- a/x11-apps/rgb/rgb-1.0.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/rgb-1.0.4.ebuild,v 1.10 2012/05/06 18:37:51 aballier Exp $
-
-EAPI=3
-
-inherit xorg-2
-
-DESCRIPTION="uncompile an rgb color-name database"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
- x11-proto/xproto"
diff --git a/x11-apps/rgb/rgb-1.0.6.ebuild b/x11-apps/rgb/rgb-1.0.6.ebuild
new file mode 100644
index 000000000000..d0dfdc2b7969
--- /dev/null
+++ b/x11-apps/rgb/rgb-1.0.6.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/rgb/rgb-1.0.6.ebuild,v 1.1 2014/11/10 15:25:29 chithanh Exp $
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="uncompile an rgb color-name database"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+RDEPEND=""
+DEPEND="${RDEPEND}
+ x11-proto/xproto"