From c27ea86c8ded76f6794e91eb7d70d0559434b2fd Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sat, 23 Aug 2014 10:32:46 +0000 Subject: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613) --- x11-misc/devilspie2/ChangeLog | 8 ++++- x11-misc/devilspie2/devilspie2-0.31.ebuild | 47 ------------------------------ x11-misc/devilspie2/devilspie2-0.32.ebuild | 47 ------------------------------ x11-misc/devilspie2/devilspie2-0.33.ebuild | 47 ------------------------------ x11-misc/devilspie2/devilspie2-0.37.ebuild | 47 ++++++++++++++++++++++++++++++ 5 files changed, 54 insertions(+), 142 deletions(-) delete mode 100644 x11-misc/devilspie2/devilspie2-0.31.ebuild delete mode 100644 x11-misc/devilspie2/devilspie2-0.32.ebuild delete mode 100644 x11-misc/devilspie2/devilspie2-0.33.ebuild create mode 100644 x11-misc/devilspie2/devilspie2-0.37.ebuild (limited to 'x11-misc/devilspie2') 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 -devilspie2-0.31.ebuild, + -devilspie2-0.32.ebuild, -devilspie2-0.33.ebuild, +devilspie2-0.37.ebuild: + Version bump. 10 Aug 2014; Agostino Sarubbo 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.32.ebuild b/x11-misc/devilspie2/devilspie2-0.32.ebuild deleted file mode 100644 index 2f281909e6bd..000000000000 --- a/x11-misc/devilspie2/devilspie2-0.32.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.32.ebuild,v 1.1 2014/02/24 01:57:44 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.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.37.ebuild b/x11-misc/devilspie2/devilspie2-0.37.ebuild new file mode 100644 index 000000000000..cc51a1972a9b --- /dev/null +++ b/x11-misc/devilspie2/devilspie2-0.37.ebuild @@ -0,0 +1,47 @@ +# 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.37.ebuild,v 1.1 2014/08/23 10:32:46 jer 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 directory for scripts is ~/.config/devilspie2/" +} -- cgit v1.2.3-65-gdbad