summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-01 15:13:46 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-01 15:13:46 +0000
commit7d1f0e877f451e276ba125d5f771d38e86786b2c (patch)
tree50639e7214527f305e3818569f9d508f5e89ede8 /x11-apps
parentVersion bump (diff)
downloadhistorical-7d1f0e877f451e276ba125d5f771d38e86786b2c.tar.gz
historical-7d1f0e877f451e276ba125d5f771d38e86786b2c.tar.bz2
historical-7d1f0e877f451e276ba125d5f771d38e86786b2c.zip
Version bump
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/viewres/ChangeLog7
-rw-r--r--x11-apps/viewres/viewres-1.0.3.ebuild17
-rw-r--r--x11-apps/xedit/ChangeLog9
-rw-r--r--x11-apps/xedit/xedit-1.2.0.ebuild18
4 files changed, 48 insertions, 3 deletions
diff --git a/x11-apps/viewres/ChangeLog b/x11-apps/viewres/ChangeLog
index 62de7a0c2cef..1aa6e3999689 100644
--- a/x11-apps/viewres/ChangeLog
+++ b/x11-apps/viewres/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/viewres
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/ChangeLog,v 1.23 2010/08/19 00:00:37 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/ChangeLog,v 1.24 2010/11/01 15:09:52 scarabeus Exp $
+
+*viewres-1.0.3 (01 Nov 2010)
+
+ 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +viewres-1.0.3.ebuild:
+ Version bump
19 Aug 2010; Robin H. Johnson <robbat2@gentoo.org>
viewres-1.0.1-r1.ebuild:
diff --git a/x11-apps/viewres/viewres-1.0.3.ebuild b/x11-apps/viewres/viewres-1.0.3.ebuild
new file mode 100644
index 000000000000..07fd6b817da7
--- /dev/null
+++ b/x11-apps/viewres/viewres-1.0.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/viewres/viewres-1.0.3.ebuild,v 1.1 2010/11/01 15:09:52 scarabeus Exp $
+
+EAPI=3
+
+inherit xorg-2
+
+DESCRIPTION="graphical class browser for Xt"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+ x11-libs/libXt
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"
diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog
index ca670563ae52..527b78797557 100644
--- a/x11-apps/xedit/ChangeLog
+++ b/x11-apps/xedit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xedit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.30 2009/07/07 01:34:59 jer Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.31 2010/11/01 15:13:46 scarabeus Exp $
+
+*xedit-1.2.0 (01 Nov 2010)
+
+ 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xedit-1.2.0.ebuild:
+ Version bump
07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xedit-1.1.2.ebuild:
Stable for HPPA too.
diff --git a/x11-apps/xedit/xedit-1.2.0.ebuild b/x11-apps/xedit/xedit-1.2.0.ebuild
new file mode 100644
index 000000000000..624c7ce84c1b
--- /dev/null
+++ b/x11-apps/xedit/xedit-1.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-1.2.0.ebuild,v 1.1 2010/11/01 15:13:45 scarabeus Exp $
+
+EAPI=3
+
+inherit xorg-2
+
+DESCRIPTION="simple text editor for X"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+ x11-libs/libXt
+ x11-libs/libXmu
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"
+