diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-08-23 10:32:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-08-23 10:32:46 +0000 |
commit | c27ea86c8ded76f6794e91eb7d70d0559434b2fd (patch) | |
tree | 2f2134f5874a694bdb1be0e6b8ce30706dd6a923 /x11-misc/devilspie2 | |
parent | Fix trailing whitespace warning. (diff) | |
download | gentoo-2-c27ea86c8ded76f6794e91eb7d70d0559434b2fd.tar.gz gentoo-2-c27ea86c8ded76f6794e91eb7d70d0559434b2fd.tar.bz2 gentoo-2-c27ea86c8ded76f6794e91eb7d70d0559434b2fd.zip |
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/devilspie2')
-rw-r--r-- | x11-misc/devilspie2/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/devilspie2/devilspie2-0.31.ebuild | 47 | ||||
-rw-r--r-- | x11-misc/devilspie2/devilspie2-0.33.ebuild | 47 | ||||
-rw-r--r-- | x11-misc/devilspie2/devilspie2-0.37.ebuild (renamed from x11-misc/devilspie2/devilspie2-0.32.ebuild) | 4 |
4 files changed, 9 insertions, 97 deletions
diff --git a/x11-misc/devilspie2/ChangeLog b/x11-misc/devilspie2/ChangeLog index 67fbf9c32c4b..164b03447676 100644 --- a/x11-misc/devilspie2/ChangeLog +++ b/x11-misc/devilspie2/ChangeLog @@ -1,6 +1,12 @@ # 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.18 2014/08/10 17:38:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.19 2014/08/23 10:32:46 jer Exp $ + +*devilspie2-0.37 (23 Aug 2014) + + 23 Aug 2014; Jeroen Roovers <jer@gentoo.org> -devilspie2-0.31.ebuild, + -devilspie2-0.32.ebuild, -devilspie2-0.33.ebuild, +devilspie2-0.37.ebuild: + Version bump. 10 Aug 2014; Agostino Sarubbo <ago@gentoo.org> devilspie2-0.36.ebuild: Stable for x86, wrt bug #518218 diff --git a/x11-misc/devilspie2/devilspie2-0.31.ebuild b/x11-misc/devilspie2/devilspie2-0.31.ebuild deleted file mode 100644 index 98a612fa8ea4..000000000000 --- a/x11-misc/devilspie2/devilspie2-0.31.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.31.ebuild,v 1.3 2013/12/08 15:50:25 johu Exp $ - -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 folder for scripts is ~/.config/devilspie2/" -} diff --git a/x11-misc/devilspie2/devilspie2-0.33.ebuild b/x11-misc/devilspie2/devilspie2-0.33.ebuild deleted file mode 100644 index a6348cec0461..000000000000 --- a/x11-misc/devilspie2/devilspie2-0.33.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.33.ebuild,v 1.1 2014/04/22 12:41:09 hasufell Exp $ - -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 folder for scripts is ~/.config/devilspie2/" -} diff --git a/x11-misc/devilspie2/devilspie2-0.32.ebuild b/x11-misc/devilspie2/devilspie2-0.37.ebuild index 2f281909e6bd..cc51a1972a9b 100644 --- a/x11-misc/devilspie2/devilspie2-0.32.ebuild +++ b/x11-misc/devilspie2/devilspie2-0.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.32.ebuild,v 1.1 2014/02/24 01:57:44 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.37.ebuild,v 1.1 2014/08/23 10:32:46 jer Exp $ EAPI=5 @@ -43,5 +43,5 @@ src_install() { } pkg_postinst() { - elog "Default folder for scripts is ~/.config/devilspie2/" + elog "Default directory for scripts is ~/.config/devilspie2/" } |