From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/
Date: Tue, 7 Mar 2017 09:14:31 +0000 (UTC) [thread overview]
Message-ID: <1488877955.7a5a5521493227e848f9b8c84225912d7fead1f4.soap@gentoo> (raw)
commit: 7a5a5521493227e848f9b8c84225912d7fead1f4
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Mon Mar 6 15:23:20 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Mar 7 09:12:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5a5521
x11-misc/xosview: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4142
x11-misc/xosview/Manifest | 1 -
x11-misc/xosview/xosview-1.17.ebuild | 49 ------------------------------------
2 files changed, 50 deletions(-)
diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 4e96de7d37d..4e5704d06d1 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,3 +1,2 @@
-DIST xosview-1.17.tar.gz 143263 SHA256 640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1 SHA512 c1d34887aa75afd244d9b5399c00642e68e75f8b0aafc06555955200e13bca398080dfcc92421f72b0242dcfac1e41d05bfb031e49f1560196a8f6e33ce79df6 WHIRLPOOL 28530451395cfd2b971cfb1f62b21bc3a1cb08f1792f3be87cfb91b7735102cc5bc5b7d5c12f787674ce926a1bc143905db243187cc0ef7beaaa1d0354c05349
DIST xosview-1.18.tar.gz 143565 SHA256 833c8a865b6a21d4edf0ed34c78e8586954615e68dab619b079f8691fadb74fa SHA512 7ce441a24ec301fcfad251c75291a8759f42a0a3c7face4681e2e2f935a827ae3d0ba15f275151846cb4004654895a3571e89911d6846c01d8c0f81159efdab6 WHIRLPOOL ee6f9ccc95d982b64d6d96f8f90ad1596015b3d9d1c7803231cfbdf29da4f29b71137b365a74ffa9431c09c9b805c5a3bd7bb72bcf5d314b01879327741d4972
DIST xosview-1.19.tar.gz 143151 SHA256 08b6a9e6c1963c03ba9dcb31981b9e0e93d5d1d9959cadec86be1b09e2b22caf SHA512 57234a232617b14925e21864334f2d06dce442d552763835b1a505863dd80efc27d3d55d50692de4a548e86e25bb5ab3354bd92801b6504c030e1985f19b6a08 WHIRLPOOL 6796305fe1c78beed977758e54a0df17ed5e82f13cd5499a0f7ac8bc8f9ad8da6dc96534f406b919e92a747889a3650e97c559288a2efcd288a81602387d9e15
diff --git a/x11-misc/xosview/xosview-1.17.ebuild b/x11-misc/xosview/xosview-1.17.ebuild
deleted file mode 100644
index dad5d126a26..00000000000
--- a/x11-misc/xosview/xosview-1.17.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
- sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
- tc-export CXX
-}
-
-src_compile() {
- emake OPTFLAGS=''
-}
-
-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
-}
next reply other threads:[~2017-03-07 9:14 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-07 9:14 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-20 16:58 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/ Arthur Zamarin
2025-04-26 6:06 Arthur Zamarin
2025-04-26 2:08 Sam James
2025-04-26 1:54 Sam James
2025-04-26 1:45 Sam James
2025-02-16 15:37 Andreas K. Hüttel
2022-08-29 19:28 Andreas Sturmlechner
2022-08-29 19:28 Andreas Sturmlechner
2021-03-02 1:59 Sam James
2021-02-28 23:22 Sam James
2021-02-28 21:37 Sam James
2021-02-28 21:35 Sam James
2021-01-18 2:55 Sam James
2021-01-15 22:07 Sam James
2021-01-15 22:06 Sam James
2021-01-15 22:06 Sam James
2021-01-15 14:48 Lars Wendler
2021-01-15 14:48 Lars Wendler
2021-01-15 14:48 Lars Wendler
2020-12-01 17:29 Andreas K. Hüttel
2020-05-04 15:43 Lars Wendler
2020-02-08 16:25 David Seifert
2019-01-21 14:44 Lars Wendler
2018-10-05 12:27 Lars Wendler
2018-04-20 11:13 Lars Wendler
2018-04-15 21:18 Sergei Trofimovich
2018-04-12 14:43 Sergei Trofimovich
2018-03-14 12:51 Mikle Kolyada
2018-03-11 2:16 Thomas Deutschmann
2017-11-06 12:38 Lars Wendler
2017-11-06 12:25 Lars Wendler
2017-04-01 10:24 David Seifert
2017-03-22 7:30 Michael Weber
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 10:08 Michael Weber
2017-03-20 11:04 Agostino Sarubbo
2016-12-03 21:10 Lars Wendler
2016-12-03 20:57 Lars Wendler
2016-12-03 20:20 Lars Wendler
2016-08-14 13:06 Lars Wendler
2016-07-06 14:07 Jeroen Roovers
2016-04-04 2:42 Jeroen Roovers
2016-04-02 13:44 Agostino Sarubbo
2015-10-31 4:29 Jeroen Roovers
2015-10-04 7:41 Jeroen Roovers
2015-09-30 13:43 Agostino Sarubbo
2015-09-28 9:31 Agostino Sarubbo
2015-09-28 7:43 Lars Wendler
2015-09-28 7:43 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1488877955.7a5a5521493227e848f9b8c84225912d7fead1f4.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox