diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-01 17:36:04 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-01 17:36:04 +0000 |
commit | 623a97bd6ca6ed607adc048d7a34ac36fdddde63 (patch) | |
tree | 77627e6c274057a0bf229b7bbd31907b44dfc397 /sys-apps/systemd-ui | |
parent | Drop EAPI=0,1,2,3 support in perl-module.eclass, this time for real. Further ... (diff) | |
download | gentoo-2-623a97bd6ca6ed607adc048d7a34ac36fdddde63.tar.gz gentoo-2-623a97bd6ca6ed607adc048d7a34ac36fdddde63.tar.bz2 gentoo-2-623a97bd6ca6ed607adc048d7a34ac36fdddde63.zip |
drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-apps/systemd-ui')
-rw-r--r-- | sys-apps/systemd-ui/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/systemd-ui/systemd-ui-2.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/sys-apps/systemd-ui/ChangeLog b/sys-apps/systemd-ui/ChangeLog index acf918ee452c..f6bfd1f9e9e7 100644 --- a/sys-apps/systemd-ui/ChangeLog +++ b/sys-apps/systemd-ui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd-ui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.11 2014/10/12 04:34:41 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.12 2014/11/01 17:36:04 pacho Exp $ + + 01 Nov 2014; Pacho Ramos <pacho@gentoo.org> -systemd-ui-2.ebuild: + drop old 12 Oct 2014; Zac Medico <zmedico@gentoo.org> systemd-ui-3.ebuild, systemd-ui-9999.ebuild: diff --git a/sys-apps/systemd-ui/systemd-ui-2.ebuild b/sys-apps/systemd-ui/systemd-ui-2.ebuild deleted file mode 100644 index 42d323bef06a..000000000000 --- a/sys-apps/systemd-ui/systemd-ui-2.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/sys-apps/systemd-ui/systemd-ui-2.ebuild,v 1.6 2014/05/04 05:33:56 tetromino Exp $ - -EAPI=4 - -# Needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5 -VALA_MIN_API_VERSION=0.22 -VALA_MAX_API_VERSION=0.22 # fails with vala-0.24; should be fixed in >=systemd-ui-4 - -inherit autotools-utils systemd vala - -DESCRIPTION="System and service manager for Linux" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" -SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - !sys-apps/systemd[gtk] - >=dev-libs/glib-2.26:2 - dev-libs/libgee:0.8 - sys-apps/dbus - x11-libs/gtk+:2 - >=x11-libs/libnotify-0.7 -" -DEPEND="${RDEPEND} - app-arch/xz-utils - $(vala_depend) -" - -# Due to vala being broken. -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_prepare() { - # Force the rebuild of .vala sources - touch src/*.vala || die - - # Fix hardcoded path in .vala. - sed -i -e "s^/lib/systemd^$(systemd_get_utildir)^g" src/*.vala || die - - autotools-utils_src_prepare - vala_src_prepare -} |