summaryrefslogtreecommitdiff
path: root/xfce-extra/transd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /xfce-extra/transd
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'xfce-extra/transd')
-rw-r--r--xfce-extra/transd/Manifest1
-rw-r--r--xfce-extra/transd/transd-0_p20120503.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/xfce-extra/transd/Manifest b/xfce-extra/transd/Manifest
index f1552d40b6f1..949a272fe7f8 100644
--- a/xfce-extra/transd/Manifest
+++ b/xfce-extra/transd/Manifest
@@ -1,4 +1,3 @@
DIST transd-0_p20120503.tar.xz 227316 BLAKE2B f3ef65fc7e26430c7edab1ebc2cf969bab1da5f6b8886997390189e5665638d42ed29833ea654aaf75c23a6ac220b8e83597c09575180a2f615b4822bdbd677e SHA512 24d052743d129837015872942a3621dc7327d70406762e4d176e9660de1d8317e3c6ae53dcb0b85d376090c33a0cb0a50550a479a2c9f6728bc44e683dbe64ee
EBUILD transd-0_p20120503-r1.ebuild 548 BLAKE2B ff7221c3b56215a5bf1ce93db2ebc16231c0f8671573901c0372e8a5ea5a51f4a32f867aef0af66327777bc15c33a111a221112a667a9adf4f310b61def5b048 SHA512 1d09aa8f6225bb45acf8ffd3a28b68686ba3377e0c7d0af4b4b555fe754e4b0af7ab2d3519d34097b2e2dcd2a24c991c00bf0e97bdd4a75264a0550fee7ccd60
-EBUILD transd-0_p20120503.ebuild 640 BLAKE2B a9792e60f9b3443fd415664003f79f3805bbcc9fbb4515816cadfc08ab69e174c1c854fa6e5bf7d2e0a9542f7a4a6ecd19de2961fcf6c324f5bc2d6bce222899 SHA512 800141b9da64abaec0701fbbc56cf309d0705a0e33a2c85493e34ac34ebbf0d2e9660041a9b8fa7b3cbc412ae3d7337744c26dbdedc91cf949d87de86d1f6fbe
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
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
-}