summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-23 15:36:22 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-23 15:36:22 +0000
commit9d4dc4697825b22ccca798a84608fd858b17c3ab (patch)
tree56d91fe85513b22f54dabfba868ad2758944fdbb /x11-apps/xlogo
parentVersion bump. (diff)
downloadhistorical-9d4dc4697825b22ccca798a84608fd858b17c3ab.tar.gz
historical-9d4dc4697825b22ccca798a84608fd858b17c3ab.tar.bz2
historical-9d4dc4697825b22ccca798a84608fd858b17c3ab.zip
Version bump.
Package-Manager: portage-2.2.0_alpha94/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xlogo')
-rw-r--r--x11-apps/xlogo/ChangeLog10
-rw-r--r--x11-apps/xlogo/xlogo-1.0.4.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/x11-apps/xlogo/ChangeLog b/x11-apps/xlogo/ChangeLog
index d54eac66b2b5..e26f3af733dd 100644
--- a/x11-apps/xlogo/ChangeLog
+++ b/x11-apps/xlogo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/xlogo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlogo/ChangeLog,v 1.34 2011/08/10 15:00:45 mduft Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlogo/ChangeLog,v 1.35 2012/03/23 15:35:54 chithanh Exp $
+
+*xlogo-1.0.4 (23 Mar 2012)
+
+ 23 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xlogo-1.0.4.ebuild:
+ Version bump.
10 Aug 2011; Markus Duft <mduft@gentoo.org> xlogo-1.0.3.ebuild:
added ~x86-interix prefix keyword
diff --git a/x11-apps/xlogo/xlogo-1.0.4.ebuild b/x11-apps/xlogo/xlogo-1.0.4.ebuild
new file mode 100644
index 000000000000..d5708533517c
--- /dev/null
+++ b/x11-apps/xlogo/xlogo-1.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlogo/xlogo-1.0.4.ebuild,v 1.1 2012/03/23 15:35:53 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="X Window System logo"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix"
+IUSE=""
+
+RDEPEND="x11-libs/libXrender
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-libs/libXft
+ x11-libs/libXaw
+ x11-libs/libSM
+ x11-libs/libXmu
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="--with-render"