summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-18 11:26:33 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-18 11:26:33 +0000
commit8f05ac20f0a6af1fc11e257ea0cd01000ab597ea (patch)
tree0e212ddd79ed97f3f78d9951c69113a605edcef5 /x11-apps
parentold (diff)
downloadhistorical-8f05ac20f0a6af1fc11e257ea0cd01000ab597ea.tar.gz
historical-8f05ac20f0a6af1fc11e257ea0cd01000ab597ea.tar.bz2
historical-8f05ac20f0a6af1fc11e257ea0cd01000ab597ea.zip
old
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/scripts/scripts-1.0.1.ebuild14
-rw-r--r--x11-apps/xdpyinfo/ChangeLog5
-rw-r--r--x11-apps/xdpyinfo/xdpyinfo-1.1.0.ebuild43
-rw-r--r--x11-apps/xkbcomp/ChangeLog5
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild15
-rw-r--r--x11-apps/xrdb/ChangeLog5
-rw-r--r--x11-apps/xrdb/xrdb-1.0.8.ebuild15
-rw-r--r--x11-apps/xset/ChangeLog5
-rw-r--r--x11-apps/xset/xset-1.2.1.ebuild25
-rw-r--r--x11-apps/xvinfo/ChangeLog5
-rw-r--r--x11-apps/xvinfo/xvinfo-1.1.0.ebuild14
11 files changed, 20 insertions, 131 deletions
diff --git a/x11-apps/scripts/scripts-1.0.1.ebuild b/x11-apps/scripts/scripts-1.0.1.ebuild
deleted file mode 100644
index f35d4d4718c5..000000000000
--- a/x11-apps/scripts/scripts-1.0.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/scripts/scripts-1.0.1.ebuild,v 1.11 2011/01/14 21:35:03 ranger Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="start an X program on a remote machine"
-KEYWORDS="amd64 arm ~mips ppc ~ppc64 s390 sh ~sparc x86"
-IUSE=""
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"
diff --git a/x11-apps/xdpyinfo/ChangeLog b/x11-apps/xdpyinfo/ChangeLog
index dbbad98593a2..8fb601c16f48 100644
--- a/x11-apps/xdpyinfo/ChangeLog
+++ b/x11-apps/xdpyinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xdpyinfo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.67 2011/04/16 17:54:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.68 2011/04/18 11:23:06 scarabeus Exp $
+
+ 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xdpyinfo-1.1.0.ebuild:
+ old
16 Apr 2011; Raúl Porcel <armin76@gentoo.org> xdpyinfo-1.2.0.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #359059
diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.1.0.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.1.0.ebuild
deleted file mode 100644
index 63289c5ee648..000000000000
--- a/x11-apps/xdpyinfo/xdpyinfo-1.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.1.0.ebuild,v 1.11 2010/01/19 18:28:58 armin76 Exp $
-
-inherit x-modular
-
-DESCRIPTION="Display information utility for X"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
-IUSE="dga dmx xinerama"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXext
- x11-libs/libXi
- x11-libs/libXrender
- x11-libs/libXtst
- x11-libs/libXxf86vm
- dga? ( x11-libs/libXxf86dga )
- dmx? ( x11-libs/libdmx )
- xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="${RDEPEND}
- x11-proto/compositeproto
- x11-proto/inputproto
- x11-proto/kbproto
- x11-proto/renderproto
- x11-proto/xf86vidmodeproto
- x11-proto/xextproto
- x11-proto/xproto
- dga? ( x11-proto/xf86dgaproto )
- dmx? ( x11-proto/dmxproto )
- xinerama? ( x11-proto/xineramaproto )
-"
-
-pkg_setup() {
- CONFIGURE_OPTIONS="--without-xf86misc
- --without-xprint
- $(use_with dga)
- $(use_with dmx)
- $(use_with xinerama)
- "
-}
diff --git a/x11-apps/xkbcomp/ChangeLog b/x11-apps/xkbcomp/ChangeLog
index 95724ea0a66b..f626411c0e0b 100644
--- a/x11-apps/xkbcomp/ChangeLog
+++ b/x11-apps/xkbcomp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xkbcomp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.90 2011/04/16 17:56:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/ChangeLog,v 1.91 2011/04/18 11:24:12 scarabeus Exp $
+
+ 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xkbcomp-1.2.0.ebuild:
+ old
16 Apr 2011; Raúl Porcel <armin76@gentoo.org> xkbcomp-1.2.1.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #359059
diff --git a/x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild
deleted file mode 100644
index 5833e142f7c6..000000000000
--- a/x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbcomp/xkbcomp-1.2.0.ebuild,v 1.9 2011/02/14 23:01:34 xarthisius Exp $
-
-EAPI=3
-
-inherit xorg-2
-
-DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-RDEPEND="x11-libs/libX11
- x11-libs/libxkbfile"
-DEPEND="${RDEPEND}
- sys-devel/bison"
diff --git a/x11-apps/xrdb/ChangeLog b/x11-apps/xrdb/ChangeLog
index c35d068e9c2b..3c13515f768f 100644
--- a/x11-apps/xrdb/ChangeLog
+++ b/x11-apps/xrdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xrdb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/ChangeLog,v 1.89 2011/04/11 17:42:43 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/ChangeLog,v 1.90 2011/04/18 11:25:01 scarabeus Exp $
+
+ 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xrdb-1.0.8.ebuild:
+ old
11 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> xrdb-1.0.9.ebuild:
ppc/ppc64 stable wrt #362185
diff --git a/x11-apps/xrdb/xrdb-1.0.8.ebuild b/x11-apps/xrdb/xrdb-1.0.8.ebuild
deleted file mode 100644
index 2dfedf650ffe..000000000000
--- a/x11-apps/xrdb/xrdb-1.0.8.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrdb/xrdb-1.0.8.ebuild,v 1.7 2011/03/05 18:04:18 xarthisius Exp $
-
-EAPI=3
-
-inherit xorg-2
-
-DESCRIPTION="X server resource database utility"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libXmu
- x11-libs/libX11"
-DEPEND="${RDEPEND}"
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog
index f803336eb84a..caa29069def5 100644
--- a/x11-apps/xset/ChangeLog
+++ b/x11-apps/xset/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xset
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.77 2011/04/16 17:57:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.78 2011/04/18 11:25:57 scarabeus Exp $
+
+ 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xset-1.2.1.ebuild:
+ old
16 Apr 2011; Raúl Porcel <armin76@gentoo.org> xset-1.2.1-r1.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #359059
diff --git a/x11-apps/xset/xset-1.2.1.ebuild b/x11-apps/xset/xset-1.2.1.ebuild
deleted file mode 100644
index 967080a2d0d7..000000000000
--- a/x11-apps/xset/xset-1.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.2.1.ebuild,v 1.8 2011/02/14 23:40:59 xarthisius Exp $
-
-EAPI=3
-
-inherit xorg-2
-
-DESCRIPTION="X.Org xset application"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXext
- x11-libs/libXfontcache
- x11-libs/libXxf86misc"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- CONFIGURE_OPTIONS="--with-xf86misc --with-fontcache"
- xorg-2_pkg_setup
-}
diff --git a/x11-apps/xvinfo/ChangeLog b/x11-apps/xvinfo/ChangeLog
index e70a1d3968bb..5d49313e3df7 100644
--- a/x11-apps/xvinfo/ChangeLog
+++ b/x11-apps/xvinfo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xvinfo
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.51 2011/04/16 17:58:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/ChangeLog,v 1.52 2011/04/18 11:26:33 scarabeus Exp $
+
+ 18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xvinfo-1.1.0.ebuild:
+ old
16 Apr 2011; Raúl Porcel <armin76@gentoo.org> xvinfo-1.1.1.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #359059
diff --git a/x11-apps/xvinfo/xvinfo-1.1.0.ebuild b/x11-apps/xvinfo/xvinfo-1.1.0.ebuild
deleted file mode 100644
index 4d1341b137de..000000000000
--- a/x11-apps/xvinfo/xvinfo-1.1.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvinfo/xvinfo-1.1.0.ebuild,v 1.9 2010/01/19 18:55:43 armin76 Exp $
-
-inherit x-modular
-
-DESCRIPTION="Print out X-Video extension adaptor information"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/libXv
- x11-libs/libX11"
-DEPEND="${RDEPEND}"