diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-17 16:58:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-17 16:58:52 +0000 |
commit | d80ce83a2dd3dce3d441d34682573e2de0c9f784 (patch) | |
tree | 17d44f2d2d97c6b02a984a53dcad9e497e05a2e5 /x11-misc | |
parent | Stable for HPPA (bug #457412). (diff) | |
download | gentoo-2-d80ce83a2dd3dce3d441d34682573e2de0c9f784.tar.gz gentoo-2-d80ce83a2dd3dce3d441d34682573e2de0c9f784.tar.bz2 gentoo-2-d80ce83a2dd3dce3d441d34682573e2de0c9f784.zip |
Old.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xosview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xosview/xosview-1.11.ebuild | 50 | ||||
-rw-r--r-- | x11-misc/xosview/xosview-1.9.4.ebuild | 50 |
3 files changed, 5 insertions, 101 deletions
diff --git a/x11-misc/xosview/ChangeLog b/x11-misc/xosview/ChangeLog index 287bdcf01041..745fb8897c73 100644 --- a/x11-misc/xosview/ChangeLog +++ b/x11-misc/xosview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xosview # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.68 2013/01/31 23:10:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.69 2013/02/17 16:58:52 jer Exp $ + + 17 Feb 2013; Jeroen Roovers <jer@gentoo.org> -xosview-1.11.ebuild, + -xosview-1.9.4.ebuild: + Old. 31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xosview-1.12.ebuild: Stable for ppc, wrt bug #454424 diff --git a/x11-misc/xosview/xosview-1.11.ebuild b/x11-misc/xosview/xosview-1.11.ebuild deleted file mode 100644 index da8fbbaf7c12..000000000000 --- a/x11-misc/xosview/xosview-1.11.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.11.ebuild,v 1.5 2012/12/16 20:01:27 ago Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="X11 operating system viewer" -HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/" -SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz" - -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="suid" - -COMMON_DEPS="x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXt" -RDEPEND="${COMMON_DEPS} - media-fonts/font-misc-misc" -DEPEND="${COMMON_DEPS} - x11-proto/xproto" - -src_prepare() { - sed -e 's:lib/X11/app:share/X11/app:g' \ - -i xosview.1 || die - tc-export CXX -} - -src_compile() { - emake OPTFLAGS="${CXXFLAGS}" -} - -src_install() { - dobin ${PN} - use suid && fperms 4755 /usr/bin/${PN} - insinto /usr/share/X11/app-defaults - newins Xdefaults XOsview - doman *.1 - dodoc CHANGES README.linux TODO -} - -pkg_postinst() { - if ! use suid ; then - ewarn "If you want to use serial meters ${PN} needs to be executed as root." - ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux for details." - fi -} diff --git a/x11-misc/xosview/xosview-1.9.4.ebuild b/x11-misc/xosview/xosview-1.9.4.ebuild deleted file mode 100644 index 48f98b0bd372..000000000000 --- a/x11-misc/xosview/xosview-1.9.4.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.9.4.ebuild,v 1.4 2012/10/17 03:37:02 phajdan.jr Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="X11 operating system viewer" -HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/" -SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz" - -LICENSE="GPL-2 BSD" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="suid" - -COMMON_DEPS="x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXt" -RDEPEND="${COMMON_DEPS} - media-fonts/font-misc-misc" -DEPEND="${COMMON_DEPS} - x11-proto/xproto" - -src_prepare() { - sed -e 's:lib/X11/app:share/X11/app:g' \ - -i xosview.1 || die - tc-export CXX -} - -src_compile() { - emake OPTFLAGS="${CXXFLAGS}" -} - -src_install() { - dobin ${PN} - use suid && fperms 4755 /usr/bin/${PN} - insinto /usr/share/X11/app-defaults - newins Xdefaults XOsview - doman *.1 - dodoc CHANGES README.linux TODO -} - -pkg_postinst() { - if ! use suid ; then - ewarn "If you want to use serial meters ${PN} needs to be executed as root." - ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux for details." - fi -} |