summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 21:06:37 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:21:45 +0200
commit3e059de12c766ec5a4f39434a58e4df80834dc0b (patch)
tree95af9b15a02ac32d67dd4c24605f03fd610a4314 /x11-misc/devilspie2/devilspie2-0.36.ebuild
parentx11-misc/dclock: Remove old (diff)
downloadgentoo-3e059de12c766ec5a4f39434a58e4df80834dc0b.tar.gz
gentoo-3e059de12c766ec5a4f39434a58e4df80834dc0b.tar.bz2
gentoo-3e059de12c766ec5a4f39434a58e4df80834dc0b.zip
x11-misc/devilspie2: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/devilspie2/devilspie2-0.36.ebuild')
-rw-r--r--x11-misc/devilspie2/devilspie2-0.36.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/x11-misc/devilspie2/devilspie2-0.36.ebuild b/x11-misc/devilspie2/devilspie2-0.36.ebuild
deleted file mode 100644
index f0559f8a0acc..000000000000
--- a/x11-misc/devilspie2/devilspie2-0.36.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# check locales on version bump!
-PLOCALES="fi fr ja nl pt_BR ru sv"
-inherit flag-o-matic toolchain-funcs l10n
-
-DESCRIPTION="Devilspie like window matching utility, using LUA for scripting"
-HOMEPAGE="http://devilspie2.gusnan.se"
-SRC_URI="http://devilspie2.gusnan.se/download/${PN}_${PV}-src.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.32.4:2
- >=dev-lang/lua-5.1.5
- >=x11-libs/gtk+-3.4.4:3
- >=x11-libs/libwnck-3.4.4:3
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig
- x11-proto/xproto"
-
-src_prepare() {
- use debug && append-cflags -D_DEBUG
-}
-
-src_compile() {
- emake CC=$(tc-getCC) PREFIX="/usr" LANGUAGES="$(l10n_get_locales)"
-}
-
-src_install() {
- emake PREFIX="/usr" DESTDIR="${D}" LANGUAGES="$(l10n_get_locales)" install
-
- dodoc AUTHORS ChangeLog README README.translators TODO VERSION
- doman devilspie2.1
-}
-
-pkg_postinst() {
- elog "Default directory for scripts is ~/.config/devilspie2/"
-}