summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2012-01-22 01:47:29 +0000
committerMatt Turner <mattst88@gentoo.org>2012-01-22 01:47:29 +0000
commitfe32cce2b0f46a26aeb250ca7e29ef018f81beed (patch)
treedb4ba12105962c05398240b68b56a7d3019b763f /x11-libs
parentRemove old. (diff)
downloadgentoo-2-fe32cce2b0f46a26aeb250ca7e29ef018f81beed.tar.gz
gentoo-2-fe32cce2b0f46a26aeb250ca7e29ef018f81beed.tar.bz2
gentoo-2-fe32cce2b0f46a26aeb250ca7e29ef018f81beed.zip
Version bump.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXaw3d/ChangeLog9
-rw-r--r--x11-libs/libXaw3d/libXaw3d-1.6.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-libs/libXaw3d/ChangeLog b/x11-libs/libXaw3d/ChangeLog
index cc603548a8d3..241eb0d5300b 100644
--- a/x11-libs/libXaw3d/ChangeLog
+++ b/x11-libs/libXaw3d/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libXaw3d
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.1 2011/08/02 05:34:21 mattst88 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.2 2012/01/22 01:47:29 mattst88 Exp $
+
+*libXaw3d-1.6 (22 Jan 2012)
+
+ 22 Jan 2012; Matt Turner <mattst88@gentoo.org> +libXaw3d-1.6.ebuild:
+ Version bump.
*libXaw3d-1.5-r1 (02 Aug 2011)
diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.ebuild
new file mode 100644
index 000000000000..f22fca35fceb
--- /dev/null
+++ b/x11-libs/libXaw3d/libXaw3d-1.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.ebuild,v 1.1 2012/01/22 01:47:29 mattst88 Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="X.Org Xaw3d library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXmu
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ sys-devel/flex
+ virtual/yacc
+ x11-proto/xextproto
+ x11-proto/xproto"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+}