diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-07 09:32:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-07 10:28:27 +0200 |
commit | 693a2ba2482fc0725f95d6f7f3ee3d37c7f78fda (patch) | |
tree | 79a06b57a54316f232802cac72f61f82f3365371 /xfce-extra/transd | |
parent | xfce-extra/thunar-volman: Drop old (diff) | |
download | gentoo-693a2ba2482fc0725f95d6f7f3ee3d37c7f78fda.tar.gz gentoo-693a2ba2482fc0725f95d6f7f3ee3d37c7f78fda.tar.bz2 gentoo-693a2ba2482fc0725f95d6f7f3ee3d37c7f78fda.zip |
xfce-extra/transd: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/transd')
-rw-r--r-- | xfce-extra/transd/transd-0_p20120503.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/xfce-extra/transd/transd-0_p20120503.ebuild b/xfce-extra/transd/transd-0_p20120503.ebuild deleted file mode 100644 index 21bfd569684a..000000000000 --- a/xfce-extra/transd/transd-0_p20120503.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -EAUTORECONF=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/libxfce4util-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 -} |