From 58ccaf7e703f2c552aadf01a4d07ec3807a47343 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Fri, 6 Jan 2012 11:09:20 +0000 Subject: old (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- xfce-extra/transd/ChangeLog | 8 +++++-- xfce-extra/transd/transd-0_p20101006.ebuild | 33 ----------------------------- 2 files changed, 6 insertions(+), 35 deletions(-) delete mode 100644 xfce-extra/transd/transd-0_p20101006.ebuild diff --git a/xfce-extra/transd/ChangeLog b/xfce-extra/transd/ChangeLog index 012386173c85..82e98beb54b3 100644 --- a/xfce-extra/transd/ChangeLog +++ b/xfce-extra/transd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/transd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.8 2011/10/16 05:24:19 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.9 2012/01/06 11:09:20 ssuominen Exp $ + + 06 Jan 2012; Samuli Suominen + -transd-0_p20101006.ebuild: + old 16 Oct 2011; Samuli Suominen transd-0_p20110501.ebuild: diff --git a/xfce-extra/transd/transd-0_p20101006.ebuild b/xfce-extra/transd/transd-0_p20101006.ebuild deleted file mode 100644 index ad33b4ff2e63..000000000000 --- a/xfce-extra/transd/transd-0_p20101006.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20101006.ebuild,v 1.9 2011/05/19 21:28:38 ssuominen Exp $ - -EAPI=4 -EAUTORECONF=yes -EINTLTOOLIZE=yes -inherit xfconf - -DESCRIPTION="A small daemon to watch for window creation and set window transparency values" -HOMEPAGE="http://spuriousinterrupt.org/projects/transd" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -RDEPEND="x11-libs/libX11 - >=xfce-base/libxfcegui4-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig" - -pkg_setup() { - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS README TODO ) -} - -src_prepare() { - sed -i -e '/Encoding/d' transd.desktop.in || die - xfconf_src_prepare -} -- cgit v1.2.3-65-gdbad