summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-06 11:09:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-06 11:09:20 +0000
commit58ccaf7e703f2c552aadf01a4d07ec3807a47343 (patch)
tree4b827062ea6822b71cb5769efd79333c4c80548c
parentdev-java/netbeans-java: version bump (diff)
downloadgentoo-2-58ccaf7e703f2c552aadf01a4d07ec3807a47343.tar.gz
gentoo-2-58ccaf7e703f2c552aadf01a4d07ec3807a47343.tar.bz2
gentoo-2-58ccaf7e703f2c552aadf01a4d07ec3807a47343.zip
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
-rw-r--r--xfce-extra/transd/ChangeLog8
-rw-r--r--xfce-extra/transd/transd-0_p20101006.ebuild33
2 files changed, 6 insertions, 35 deletions
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 <ssuominen@gentoo.org>
+ -transd-0_p20101006.ebuild:
+ old
16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
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
-}