summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-06 06:17:33 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-06 06:17:33 +0000
commit93cc2ea172afd64ea24f6fb053d6ea91a713adef (patch)
tree1b0f005b956e82cb4bd5ec15ebbb114ac85ac103 /sys-apps/gentoo-systemd-integration
parent2013.2.3 (diff)
downloadgentoo-2-93cc2ea172afd64ea24f6fb053d6ea91a713adef.tar.gz
gentoo-2-93cc2ea172afd64ea24f6fb053d6ea91a713adef.tar.bz2
gentoo-2-93cc2ea172afd64ea24f6fb053d6ea91a713adef.zip
Rekeyword on arches that lost their keywords by error, drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-apps/gentoo-systemd-integration')
-rw-r--r--sys-apps/gentoo-systemd-integration/ChangeLog7
-rw-r--r--sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild33
-rw-r--r--sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-3.ebuild28
-rw-r--r--sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild4
-rw-r--r--sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild4
5 files changed, 10 insertions, 66 deletions
diff --git a/sys-apps/gentoo-systemd-integration/ChangeLog b/sys-apps/gentoo-systemd-integration/ChangeLog
index e487b5f2d80b..0a18a0aa560b 100644
--- a/sys-apps/gentoo-systemd-integration/ChangeLog
+++ b/sys-apps/gentoo-systemd-integration/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/gentoo-systemd-integration
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.23 2014/03/05 17:55:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/ChangeLog,v 1.24 2014/04/06 06:17:33 pacho Exp $
+
+ 06 Apr 2014; Pacho Ramos <pacho@gentoo.org>
+ -gentoo-systemd-integration-1.ebuild, -gentoo-systemd-integration-3.ebuild,
+ gentoo-systemd-integration-4.ebuild, gentoo-systemd-integration-9999.ebuild:
+ Rekeyword on arches that lost their keywords by error, drop old
05 Mar 2014; Samuli Suominen <ssuominen@gentoo.org>
gentoo-systemd-integration-4.ebuild, gentoo-systemd-integration-9999.ebuild:
diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild
deleted file mode 100644
index 69ed35634de3..000000000000
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-1.ebuild,v 1.7 2013/09/28 20:30:03 ago Exp $
-
-EAPI=5
-
-inherit autotools-utils systemd
-
-DESCRIPTION="systemd integration files for Gentoo"
-HOMEPAGE="https://bitbucket.org/mgorny/gentoo-systemd-integration"
-SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="
- || (
- >=sys-apps/systemd-206-r4
- ( <sys-apps/systemd-205
- >=sys-apps/systemd-204-r1 )
- )"
-
-src_configure() {
- local myeconfargs=(
- "$(systemd_with_unitdir)"
- # TODO: solve it better in the eclass
- --with-systemdsystemgeneratordir="$(systemd_get_utildir)"/system-generators
- )
-
- autotools-utils_src_configure
-}
diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-3.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-3.ebuild
deleted file mode 100644
index 2e84a289464c..000000000000
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-3.ebuild,v 1.1 2014/02/19 15:05:08 mgorny Exp $
-
-EAPI=5
-
-inherit autotools-utils systemd
-
-DESCRIPTION="systemd integration files for Gentoo"
-HOMEPAGE="https://bitbucket.org/mgorny/gentoo-systemd-integration"
-SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=sys-apps/systemd-207"
-
-src_configure() {
- local myeconfargs=(
- "$(systemd_with_unitdir)"
- # TODO: solve it better in the eclass
- --with-systemdsystemgeneratordir="$(systemd_get_utildir)"/system-generators
- )
-
- autotools-utils_src_configure
-}
diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild
index f01674c5102f..141164fa037f 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.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/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v 1.2 2014/03/05 17:55:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-4.ebuild,v 1.3 2014/04/06 06:17:33 pacho Exp $
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="!sys-fs/udev"
diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
index fd8dd52ff23c..bc241e0e9c13 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.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/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild,v 1.6 2014/03/05 17:55:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild,v 1.7 2014/04/06 06:17:33 pacho Exp $
EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="!sys-fs/udev"