summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-02-24 01:58:41 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-02-24 01:58:41 +0000
commit56042055d488a8c9cb83bf6aef6f098b05f60e56 (patch)
tree2e1578424f6309889bfbec45ffbeda34b1e222b8 /x11-misc
parentx86 stable wrt bug #495464 (diff)
downloadgentoo-2-56042055d488a8c9cb83bf6aef6f098b05f60e56.tar.gz
gentoo-2-56042055d488a8c9cb83bf6aef6f098b05f60e56.tar.bz2
gentoo-2-56042055d488a8c9cb83bf6aef6f098b05f60e56.zip
rm old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/devilspie2/ChangeLog6
-rw-r--r--x11-misc/devilspie2/devilspie2-0.28.ebuild47
-rw-r--r--x11-misc/devilspie2/devilspie2-0.29.ebuild47
-rw-r--r--x11-misc/devilspie2/devilspie2-0.30.ebuild47
4 files changed, 5 insertions, 142 deletions
diff --git a/x11-misc/devilspie2/ChangeLog b/x11-misc/devilspie2/ChangeLog
index 6618bb9ff54a..7c1408344643 100644
--- a/x11-misc/devilspie2/ChangeLog
+++ b/x11-misc/devilspie2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/devilspie2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.13 2014/02/24 01:57:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.14 2014/02/24 01:58:41 hasufell Exp $
+
+ 24 Feb 2014; Julian Ospald <hasufell@gentoo.org> -devilspie2-0.28.ebuild,
+ -devilspie2-0.29.ebuild, -devilspie2-0.30.ebuild:
+ rm old
*devilspie2-0.32 (24 Feb 2014)
diff --git a/x11-misc/devilspie2/devilspie2-0.28.ebuild b/x11-misc/devilspie2/devilspie2-0.28.ebuild
deleted file mode 100644
index 49cc09d92ec5..000000000000
--- a/x11-misc/devilspie2/devilspie2-0.28.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.28.ebuild,v 1.1 2013/02/21 16:54:12 hasufell Exp $
-
-EAPI=5
-
-# check locales on version bump!
-PLOCALES="sv fr pt_BR nl ru"
-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 folder for scripts is ~/.config/devilspie2/"
-}
diff --git a/x11-misc/devilspie2/devilspie2-0.29.ebuild b/x11-misc/devilspie2/devilspie2-0.29.ebuild
deleted file mode 100644
index 6d5a5855317a..000000000000
--- a/x11-misc/devilspie2/devilspie2-0.29.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.29.ebuild,v 1.3 2013/06/25 13:00:09 ago Exp $
-
-EAPI=5
-
-# check locales on version bump!
-PLOCALES="sv fr pt_BR nl ru fi"
-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 folder for scripts is ~/.config/devilspie2/"
-}
diff --git a/x11-misc/devilspie2/devilspie2-0.30.ebuild b/x11-misc/devilspie2/devilspie2-0.30.ebuild
deleted file mode 100644
index 1c4619c2b2d2..000000000000
--- a/x11-misc/devilspie2/devilspie2-0.30.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.30.ebuild,v 1.3 2013/09/05 19:22:33 ago Exp $
-
-EAPI=5
-
-# check locales on version bump!
-PLOCALES="sv fr pt_BR nl ru fi"
-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 folder for scripts is ~/.config/devilspie2/"
-}