commit: 5a97aa2d342869c4a1ec7858c598dfab756045b6 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Nov 8 10:15:13 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Nov 8 10:16:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a97aa2d
x11-apps/transset: Remove old Package-Manager: portage-2.2.24 x11-apps/transset/Manifest | 1 - .../files/transset-1.0.0-no_transset-df.patch | 21 --------------------- x11-apps/transset/transset-1.0.0.ebuild | 19 ------------------- 3 files changed, 41 deletions(-) diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest index 52cd378..19d06b1 100644 --- a/x11-apps/transset/Manifest +++ b/x11-apps/transset/Manifest @@ -1,2 +1 @@ -DIST transset-1.0.0.tar.bz2 118557 SHA256 19ee2525c4044743c49a95e43716bc3bd1dddf527e47585ee118e650b83a7e8f SHA512 f2c949dcf2a3e059693643ffb3cc976cfe766c53982b6a5af9ab82d994c3641f780fb3322d8d1f1eed7d178751077fdf497d7873dd3bc2835276b0a89e45efbb WHIRLPOOL 06045cb4f31209676853764a3023a661711f24ca3dd5d7d1d2b4b3c07329773e68dbf94d929a47760a62db44aa3a5f8320ed4fd1aa8539b9cc17ff5d7908dc00 DIST transset-1.0.1.tar.bz2 121199 SHA256 70c3d033874fe48286bc4971d5de9027f2e8ccd0f21b7506fe1bb4472218036d SHA512 709a693cedc877f981179376105ac071ea5cf553c4388ecc7b974547050104fbc2cc64292f86f047b70acf7d85e7dca1ed7cd004b73652f4854275c8a514fd1d WHIRLPOOL 86cdc0ad3d82e51ca568e2324ed4a96e92dd6c802e345e98a34804065576b3e8a815084ab5aa423c253275c3d16889c14fd8f5e3b04aeb46d360910a247e3dd3 diff --git a/x11-apps/transset/files/transset-1.0.0-no_transset-df.patch b/x11-apps/transset/files/transset-1.0.0-no_transset-df.patch deleted file mode 100644 index 81a1bd6..0000000 --- a/x11-apps/transset/files/transset-1.0.0-no_transset-df.patch +++ /dev/null @@ -1,21 +0,0 @@ -From a2485424bd0f184700dd0a4f0823fb4c4cf25f66 Mon Sep 17 00:00:00 2001 -From: Arnaud Fontaine <[email protected]> -Date: Thu, 07 Jun 2012 10:33:28 +0000 -Subject: Fix program name in usage information, transset instead of transset-df. - ---- -diff --git a/transSet.c b/transSet.c -index 899c14a..ea591bc 100644 ---- a/transSet.c -+++ b/transSet.c -@@ -44,7 +44,7 @@ Window target_win; - void - Usage (void) - { -- fprintf (stderr, "usage: transset-df [-options ...] [opacity]\n"); -+ fprintf (stderr, "usage: transset [-options ...] [opacity]\n"); - fprintf (stderr, "options:\n"); - - fprintf (stderr, --- -cgit v0.9.0.2-2-gbebe diff --git a/x11-apps/transset/transset-1.0.0.ebuild b/x11-apps/transset/transset-1.0.0.ebuild deleted file mode 100644 index f71dc09..0000000 --- a/x11-apps/transset/transset-1.0.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="An utility for setting opacity property" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/xapps http://cgit.freedesktop.org/xorg/app/transset/" - -LICENSE="SGI-B-2.0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - >=x11-proto/xproto-7.0.17" - -PATCHES=( "${FILESDIR}"/${P}-no_transset-df.patch )
