From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD44A1382C5 for ; Fri, 20 Apr 2018 11:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D089FE0903; Fri, 20 Apr 2018 11:13:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91D6AE0903 for ; Fri, 20 Apr 2018 11:13:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2470D335C7A for ; Fri, 20 Apr 2018 11:13:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92A5E28E for ; Fri, 20 Apr 2018 11:13:29 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1524222722.bcb5f910d050e1107cde58debd94642ebafa810f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xosview/Manifest x11-misc/xosview/xosview-1.19.ebuild X-VCS-Directories: x11-misc/xosview/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: bcb5f910d050e1107cde58debd94642ebafa810f X-VCS-Branch: master Date: Fri, 20 Apr 2018 11:13:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8308116d-7948-4158-b96e-cf6242a4ddb0 X-Archives-Hash: c9a3944ef05a43196ee8a4b4a854d1b7 commit: bcb5f910d050e1107cde58debd94642ebafa810f Author: Lars Wendler gentoo org> AuthorDate: Fri Apr 20 10:39:10 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Apr 20 11:12:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb5f910 x11-misc/xosview: Removed old. Package-Manager: Portage-2.3.31, Repoman-2.3.9 x11-misc/xosview/Manifest | 1 - x11-misc/xosview/xosview-1.19.ebuild | 51 ------------------------------------ 2 files changed, 52 deletions(-) diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest index 8c0bbd87c5e..124e9ee57cd 100644 --- a/x11-misc/xosview/Manifest +++ b/x11-misc/xosview/Manifest @@ -1,2 +1 @@ -DIST xosview-1.19.tar.gz 143151 BLAKE2B b5675d897f1ada4be068ebe68a177ef4a0d1cc732bfccce66019e7b40569662cf11135a0f5abf8d9792c5cd9342cc8d64cb707a7dca46dbcd457183e49aa0c1d SHA512 57234a232617b14925e21864334f2d06dce442d552763835b1a505863dd80efc27d3d55d50692de4a548e86e25bb5ab3354bd92801b6504c030e1985f19b6a08 DIST xosview-1.20.tar.gz 146373 BLAKE2B 7d53b5f2f8ce463917a1cfa65eedb60c835c6d530a19ede6bba6bfe295a01582861ca3fb7513b9a8590d9fe5111779a38db8723a2e38c911f002bce88bfc95f6 SHA512 25cd6a8cdaaff9121f0e8de7a1799d4c2706c5eb1111f3b3f8427b16e45a333fb4c675a1dec2ef6b40773e83124ff27eacc82f2b9eb6c836855930cbbf08957a diff --git a/x11-misc/xosview/xosview-1.19.ebuild b/x11-misc/xosview/xosview-1.19.ebuild deleted file mode 100644 index fa37b4a95fb..00000000000 --- a/x11-misc/xosview/xosview-1.19.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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() { - default - - 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 -}