summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-11 08:02:51 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-11 08:02:51 +0000
commit0d9f7323500a093d62dd82396171ccd290b1aa9e (patch)
treec8e3f0ab6f6de32606bdef3bcd44ccabbc08ec40 /dev-dotnet
parentUse subshells instead of "local INSDESTTREE" for doins/newins since that conf... (diff)
downloadgentoo-2-0d9f7323500a093d62dd82396171ccd290b1aa9e.tar.gz
gentoo-2-0d9f7323500a093d62dd82396171ccd290b1aa9e.tar.bz2
gentoo-2-0d9f7323500a093d62dd82396171ccd290b1aa9e.zip
systemd_to_myeconfargs is deprecated, use systemd_with_unitdir instead. Drop old.
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/pe-format/ChangeLog7
-rw-r--r--dev-dotnet/pe-format/pe-format-2.1.1.ebuild36
-rw-r--r--dev-dotnet/pe-format/pe-format-2.1.2.ebuild6
-rw-r--r--dev-dotnet/pe-format/pe-format-2.9999.ebuild8
4 files changed, 15 insertions, 42 deletions
diff --git a/dev-dotnet/pe-format/ChangeLog b/dev-dotnet/pe-format/ChangeLog
index 305499d29612..7571b5634059 100644
--- a/dev-dotnet/pe-format/ChangeLog
+++ b/dev-dotnet/pe-format/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-dotnet/pe-format
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.45 2013/05/26 07:21:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.46 2013/09/11 08:02:51 mgorny Exp $
+
+ 11 Sep 2013; Michał Górny <mgorny@gentoo.org> -pe-format-2.1.1.ebuild,
+ pe-format-2.1.2.ebuild, pe-format-2.9999.ebuild:
+ systemd_to_myeconfargs is deprecated, use systemd_with_unitdir instead. Drop
+ old.
26 May 2013; Agostino Sarubbo <ago@gentoo.org> pe-format-2.1.2.ebuild:
Stable for ppc, wrt bug #471158
diff --git a/dev-dotnet/pe-format/pe-format-2.1.1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.1.ebuild
deleted file mode 100644
index 5f7bb9e1b383..000000000000
--- a/dev-dotnet/pe-format/pe-format-2.1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild,v 1.5 2012/08/31 09:02:13 mgorny Exp $
-
-EAPI=4
-
-inherit autotools-utils fdo-mime systemd
-
-DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
-HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
-SRC_URI="mirror://bitbucket/mgorny/${PN}2/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="!<sys-apps/openrc-0.9.4"
-
-src_configure() {
- systemd_to_myeconfargs
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- keepdir /var/lib
-}
-
-pkg_postinst() {
- ebegin "Calling pe-format2-setup to update handler setup"
- pe-format2-setup
- eend ${?}
-
- fdo-mime_desktop_database_update
-}
diff --git a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2.ebuild
index b1fab0a6ba5f..517db7e7d07b 100644
--- a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.2.ebuild,v 1.4 2013/05/26 07:21:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.2.ebuild,v 1.5 2013/09/11 08:02:51 mgorny Exp $
EAPI=4
@@ -18,7 +18,9 @@ IUSE=""
RDEPEND="!<sys-apps/openrc-0.9.4"
src_configure() {
- systemd_to_myeconfargs
+ local myeconfargs=(
+ "$(systemd_with_unitdir)"
+ )
autotools-utils_src_configure
}
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index cd273a2770eb..1c14a41d4215 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild,v 1.1 2012/12/15 12:55:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild,v 1.2 2013/09/11 08:02:51 mgorny Exp $
EAPI=4
@@ -32,7 +32,9 @@ DEPEND="sys-devel/systemd-sdk"
#endif
src_configure() {
- systemd_to_myeconfargs
+ local myeconfargs=(
+ "$(systemd_with_unitdir)"
+ )
autotools-utils_src_configure
}