summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-10-21 22:12:25 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-10-21 22:12:25 +0000
commit054acda896e0c97cc03872a7d9006b97aa355a08 (patch)
treef12124deec6309f01d89c1d2bdb3ce740a05b66e /x11-misc/xosview
parentAdded ~alpha keyword wrt Bug #110130. (diff)
downloadgentoo-2-054acda896e0c97cc03872a7d9006b97aa355a08.tar.gz
gentoo-2-054acda896e0c97cc03872a7d9006b97aa355a08.tar.bz2
gentoo-2-054acda896e0c97cc03872a7d9006b97aa355a08.zip
Remove monolithic X from dependencies and other minor changes.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'x11-misc/xosview')
-rw-r--r--x11-misc/xosview/ChangeLog6
-rw-r--r--x11-misc/xosview/xosview-1.8.2-r1.ebuild18
-rw-r--r--x11-misc/xosview/xosview-1.8.3.ebuild18
3 files changed, 21 insertions, 21 deletions
diff --git a/x11-misc/xosview/ChangeLog b/x11-misc/xosview/ChangeLog
index 1f678384e41a..795becc154f2 100644
--- a/x11-misc/xosview/ChangeLog
+++ b/x11-misc/xosview/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xosview
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.29 2006/04/14 18:27:10 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.30 2006/10/21 22:12:25 omp Exp $
+
+ 21 Oct 2006; David Shakaryan <omp@gentoo.org> xosview-1.8.2-r1.ebuild,
+ xosview-1.8.3.ebuild:
+ Remove monolithic X from dependencies and other minor changes.
*xosview-1.8.3 (14 Apr 2006)
diff --git a/x11-misc/xosview/xosview-1.8.2-r1.ebuild b/x11-misc/xosview/xosview-1.8.2-r1.ebuild
index acd652080631..f5d1fb2c3285 100644
--- a/x11-misc/xosview/xosview-1.8.2-r1.ebuild
+++ b/x11-misc/xosview/xosview-1.8.2-r1.ebuild
@@ -1,25 +1,23 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.2-r1.ebuild,v 1.7 2006/02/07 21:12:04 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.2-r1.ebuild,v 1.8 2006/10/21 22:12:25 omp Exp $
inherit eutils gnuconfig
DESCRIPTION="X11 operating system viewer"
-SRC_URI="mirror://sourceforge/xosview/${P}.tar.gz"
HOMEPAGE="http://xosview.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2 BSD"
+SLOT="0"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+IUSE=""
-RDEPEND="|| ( (
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXt )
- virtual/x11 )"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXpm
+ x11-libs/libXt"
DEPEND="${RDEPEND}
- || ( x11-proto/xproto virtual/x11 )"
-IUSE=""
+ x11-proto/xproto"
src_unpack() {
unpack ${A}
diff --git a/x11-misc/xosview/xosview-1.8.3.ebuild b/x11-misc/xosview/xosview-1.8.3.ebuild
index 38587113a9df..2b100b92b092 100644
--- a/x11-misc/xosview/xosview-1.8.3.ebuild
+++ b/x11-misc/xosview/xosview-1.8.3.ebuild
@@ -1,25 +1,23 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.3.ebuild,v 1.1 2006/04/14 18:27:10 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.8.3.ebuild,v 1.2 2006/10/21 22:12:25 omp Exp $
inherit eutils gnuconfig
DESCRIPTION="X11 operating system viewer"
-SRC_URI="mirror://sourceforge/xosview/${P}.tar.gz"
HOMEPAGE="http://xosview.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2 BSD"
+SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
-RDEPEND="|| ( (
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXt )
- virtual/x11 )"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXpm
+ x11-libs/libXt"
DEPEND="${RDEPEND}
- || ( x11-proto/xproto virtual/x11 )"
-IUSE=""
+ x11-proto/xproto"
src_unpack() {
unpack ${A}