summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/listres/ChangeLog8
-rw-r--r--x11-apps/listres/listres-1.0.2.ebuild17
-rw-r--r--x11-apps/xbiff/ChangeLog7
-rw-r--r--x11-apps/xbiff/xbiff-1.0.2.ebuild18
-rw-r--r--x11-apps/xcalc/ChangeLog7
-rw-r--r--x11-apps/xcalc/xcalc-1.0.3.ebuild16
-rw-r--r--x11-apps/xeyes/ChangeLog7
-rw-r--r--x11-apps/xeyes/xeyes-1.1.0.ebuild20
8 files changed, 96 insertions, 4 deletions
diff --git a/x11-apps/listres/ChangeLog b/x11-apps/listres/ChangeLog
index eda9735ffe3d..1bf484717854 100644
--- a/x11-apps/listres/ChangeLog
+++ b/x11-apps/listres/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-apps/listres
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.24 2009/07/07 01:30:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.25 2009/12/19 15:12:52 scarabeus Exp $
+
+*listres-1.0.2 (19 Dec 2009)
+
+ 19 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ +listres-1.0.2.ebuild:
+ Version bump.
07 Jul 2009; Jeroen Roovers <jer@gentoo.org> listres-1.0.1-r1.ebuild:
Stable for HPPA too.
diff --git a/x11-apps/listres/listres-1.0.2.ebuild b/x11-apps/listres/listres-1.0.2.ebuild
new file mode 100644
index 000000000000..bf1b7aca7fc3
--- /dev/null
+++ b/x11-apps/listres/listres-1.0.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/listres-1.0.2.ebuild,v 1.1 2009/12/19 15:12:52 scarabeus Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="list resources in widgets"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXmu
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xbiff/ChangeLog b/x11-apps/xbiff/ChangeLog
index 034f745c5cbd..ec03986dfa63 100644
--- a/x11-apps/xbiff/ChangeLog
+++ b/x11-apps/xbiff/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xbiff
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.26 2009/07/07 01:32:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/ChangeLog,v 1.27 2009/12/19 15:14:38 scarabeus Exp $
+
+*xbiff-1.0.2 (19 Dec 2009)
+
+ 19 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xbiff-1.0.2.ebuild:
+ Version bump.
07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xbiff-1.0.1-r1.ebuild:
Stable for HPPA too.
diff --git a/x11-apps/xbiff/xbiff-1.0.2.ebuild b/x11-apps/xbiff/xbiff-1.0.2.ebuild
new file mode 100644
index 000000000000..7c973cb23232
--- /dev/null
+++ b/x11-apps/xbiff/xbiff-1.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbiff/xbiff-1.0.2.ebuild,v 1.1 2009/12/19 15:14:38 scarabeus Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="mailbox flag for X"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+ x11-misc/xbitmaps
+ x11-libs/libXext"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog
index a2da31b98f1f..b16e76280a7a 100644
--- a/x11-apps/xcalc/ChangeLog
+++ b/x11-apps/xcalc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xcalc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.29 2009/07/07 01:32:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.30 2009/12/19 15:16:55 scarabeus Exp $
+
+*xcalc-1.0.3 (19 Dec 2009)
+
+ 19 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xcalc-1.0.3.ebuild:
+ Version bump.
07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xcalc-1.0.2-r1.ebuild:
Stable for HPPA too.
diff --git a/x11-apps/xcalc/xcalc-1.0.3.ebuild b/x11-apps/xcalc/xcalc-1.0.3.ebuild
new file mode 100644
index 000000000000..dbdba5d3e89f
--- /dev/null
+++ b/x11-apps/xcalc/xcalc-1.0.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.3.ebuild,v 1.1 2009/12/19 15:16:55 scarabeus Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="scientific calculator for X"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xeyes/ChangeLog b/x11-apps/xeyes/ChangeLog
index b5022c2ebef7..1a5fc2bf9cf8 100644
--- a/x11-apps/xeyes/ChangeLog
+++ b/x11-apps/xeyes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xeyes
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.15 2009/05/05 07:51:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/ChangeLog,v 1.16 2009/12/19 15:20:25 scarabeus Exp $
+
+*xeyes-1.1.0 (19 Dec 2009)
+
+ 19 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xeyes-1.1.0.ebuild:
+ Version bump.
05 May 2009; Christian Faulhammer <fauli@gentoo.org> xeyes-1.0.1.ebuild:
fix repoman warnings
diff --git a/x11-apps/xeyes/xeyes-1.1.0.ebuild b/x11-apps/xeyes/xeyes-1.1.0.ebuild
new file mode 100644
index 000000000000..d1a3f1bc1700
--- /dev/null
+++ b/x11-apps/xeyes/xeyes-1.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xeyes/xeyes-1.1.0.ebuild,v 1.1 2009/12/19 15:20:25 scarabeus Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org xeyes application"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXext
+ x11-libs/libXmu
+ x11-libs/libXrender"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="--with-xrender"