summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-08-13 14:59:11 +0000
committerJeroen Roovers <jer@gentoo.org>2013-08-13 14:59:11 +0000
commit02eabc886a19c1cf0ea93a8bf42557c9dfb07675 (patch)
treeaa1f609cea2b9e38dfe8fa2c9d31a2cbc86154a2 /x11-misc/xosview
parentOld. (diff)
downloadgentoo-2-02eabc886a19c1cf0ea93a8bf42557c9dfb07675.tar.gz
gentoo-2-02eabc886a19c1cf0ea93a8bf42557c9dfb07675.tar.bz2
gentoo-2-02eabc886a19c1cf0ea93a8bf42557c9dfb07675.zip
Version bump.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/xosview')
-rw-r--r--x11-misc/xosview/ChangeLog8
-rw-r--r--x11-misc/xosview/xosview-1.12.ebuild50
-rw-r--r--x11-misc/xosview/xosview-1.15.ebuild (renamed from x11-misc/xosview/xosview-1.13.ebuild)4
3 files changed, 9 insertions, 53 deletions
diff --git a/x11-misc/xosview/ChangeLog b/x11-misc/xosview/ChangeLog
index df7e02a2fb5a..137d173f9876 100644
--- a/x11-misc/xosview/ChangeLog
+++ b/x11-misc/xosview/ChangeLog
@@ -1,6 +1,12 @@
# 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.75 2013/05/12 14:08:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/ChangeLog,v 1.76 2013/08/13 14:59:11 jer Exp $
+
+*xosview-1.15 (13 Aug 2013)
+
+ 13 Aug 2013; Jeroen Roovers <jer@gentoo.org> -xosview-1.12.ebuild,
+ -xosview-1.13.ebuild, +xosview-1.15.ebuild:
+ Version bump.
12 May 2013; Agostino Sarubbo <ago@gentoo.org> xosview-1.14.ebuild:
Stable for ppc64, wrt bug #468836
diff --git a/x11-misc/xosview/xosview-1.12.ebuild b/x11-misc/xosview/xosview-1.12.ebuild
deleted file mode 100644
index d7d596b8ad89..000000000000
--- a/x11-misc/xosview/xosview-1.12.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.12.ebuild,v 1.5 2013/01/31 23:10:44 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.13.ebuild b/x11-misc/xosview/xosview-1.15.ebuild
index 77125e566dd3..342de8c5376d 100644
--- a/x11-misc/xosview/xosview-1.13.ebuild
+++ b/x11-misc/xosview/xosview-1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.13.ebuild,v 1.1 2013/03/11 12:18:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xosview/xosview-1.15.ebuild,v 1.1 2013/08/13 14:59:11 jer Exp $
EAPI=4
@@ -30,7 +30,7 @@ src_prepare() {
}
src_compile() {
- emake OPTFLAGS="${CXXFLAGS}"
+ emake OPTFLAGS=''
}
src_install() {