diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-12-27 22:51:06 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-12-27 22:51:06 +0000 |
commit | 273df936452c0dede2fecef2fa2543d10e42d315 (patch) | |
tree | ab60a21c2b121748d07b934bfaf05a6e70d76c0b /x11-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-273df936452c0dede2fecef2fa2543d10e42d315.tar.gz gentoo-2-273df936452c0dede2fecef2fa2543d10e42d315.tar.bz2 gentoo-2-273df936452c0dede2fecef2fa2543d10e42d315.zip |
Remove old.
(Portage version: 2.2_rc19/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xosview/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xosview/xosview-1.8.2-r1.ebuild | 36 |
2 files changed, 6 insertions, 38 deletions
diff --git a/x11-misc/xosview/ChangeLog b/x11-misc/xosview/ChangeLog index 5aa87fe5ff25..35da91cd8bed 100644 --- a/x11-misc/xosview/ChangeLog +++ b/x11-misc/xosview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xosview -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.38 2007/06/07 11:21:45 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.39 2008/12/27 22:51:06 coldwind Exp $ + + 27 Dec 2008; Santiago M. Mola <coldwind@gentoo.org> + -xosview-1.8.2-r1.ebuild: + Remove old. 07 Jun 2007; Raúl Porcel <armin76@gentoo.org> xosview-1.8.3.ebuild: alpha stable wrt #156304 diff --git a/x11-misc/xosview/xosview-1.8.2-r1.ebuild b/x11-misc/xosview/xosview-1.8.2-r1.ebuild deleted file mode 100644 index d7cee77205c0..000000000000 --- a/x11-misc/xosview/xosview-1.8.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 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.9 2007/01/05 09:20:30 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="X11 operating system viewer" -HOMEPAGE="http://xosview.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXt" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/xosview-emptyxpaths.patch" - epatch "${FILESDIR}/xosview-resdir.patch" -} - -src_install() { - exeinto /usr/bin - doexe xosview - insinto /etc/X11/app-defaults - newins Xdefaults XOsview - doman *.1 - dodoc CHANGES README README.linux TODO -} |