summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-22 06:38:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-22 06:38:16 +0000
commit2ba76e7289d4b8c088fc6f84cb51779d69b98bc0 (patch)
tree96d06480f635207190f6b0297f79563d850f8d6e /xfce-extra
parentVersion bump, newly created .ui files are now for gtk3 by default. (diff)
downloadgentoo-2-2ba76e7289d4b8c088fc6f84cb51779d69b98bc0.tar.gz
gentoo-2-2ba76e7289d4b8c088fc6f84cb51779d69b98bc0.tar.bz2
gentoo-2-2ba76e7289d4b8c088fc6f84cb51779d69b98bc0.zip
old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/transd/ChangeLog6
-rw-r--r--xfce-extra/transd/transd-0_p20110501.ebuild32
2 files changed, 5 insertions, 33 deletions
diff --git a/xfce-extra/transd/ChangeLog b/xfce-extra/transd/ChangeLog
index 32522c4d54ff..20a68dd8298f 100644
--- a/xfce-extra/transd/ChangeLog
+++ b/xfce-extra/transd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/transd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.15 2012/05/22 05:20:46 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/ChangeLog,v 1.16 2012/05/22 06:38:16 ssuominen Exp $
+
+ 22 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -transd-0_p20110501.ebuild:
+ old
22 May 2012; Jeff Horelick <jdhore@gentoo.org> transd-0_p20120503.ebuild:
marked x86 per bug 416233
diff --git a/xfce-extra/transd/transd-0_p20110501.ebuild b/xfce-extra/transd/transd-0_p20110501.ebuild
deleted file mode 100644
index 0662737702a8..000000000000
--- a/xfce-extra/transd/transd-0_p20110501.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/transd/transd-0_p20110501.ebuild,v 1.5 2012/05/05 07:06:31 mgorny 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.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- >=xfce-base/libxfcegui4-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS=( AUTHORS README TODO )
-}
-
-src_prepare() {
- sed -i -e '/Encoding/d' transd.desktop.in || die
- xfconf_src_prepare
-}