summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-30 23:16:54 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-30 23:16:54 +0000
commitf7c6df8e8b7eba702cab2f2abceff80883cc49ac (patch)
tree5f4991e35f8d4fe15b0e6afab632cc8b36e1575e
parentVersion bump, #302821. Thanks to Andreas Grundler (diff)
downloadgentoo-2-f7c6df8e8b7eba702cab2f2abceff80883cc49ac.tar.gz
gentoo-2-f7c6df8e8b7eba702cab2f2abceff80883cc49ac.tar.bz2
gentoo-2-f7c6df8e8b7eba702cab2f2abceff80883cc49ac.zip
Version bump; remove old versions.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
-rw-r--r--app-emulation/lxc/ChangeLog10
-rw-r--r--app-emulation/lxc/lxc-0.6.4-r1.ebuild77
-rw-r--r--app-emulation/lxc/lxc-0.6.5.ebuild (renamed from app-emulation/lxc/lxc-0.6.4.ebuild)6
3 files changed, 11 insertions, 82 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog
index 322b986e03d8..191a41073693 100644
--- a/app-emulation/lxc/ChangeLog
+++ b/app-emulation/lxc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/lxc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.7 2009/12/08 07:45:34 swegener Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.8 2010/01/30 23:16:53 flameeyes Exp $
+
+*lxc-0.6.5 (30 Jan 2010)
+
+ 30 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> -lxc-0.6.4.ebuild,
+ -lxc-0.6.4-r1.ebuild, +lxc-0.6.5.ebuild:
+ Version bump; remove old versions.
*lxc-0.6.4-r2 (08 Dec 2009)
diff --git a/app-emulation/lxc/lxc-0.6.4-r1.ebuild b/app-emulation/lxc/lxc-0.6.4-r1.ebuild
deleted file mode 100644
index 24ae5f97d000..000000000000
--- a/app-emulation/lxc/lxc-0.6.4-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.6.4-r1.ebuild,v 1.1 2009/12/07 11:39:11 flameeyes Exp $
-
-EAPI="2"
-
-inherit eutils linux-info versionator base
-
-DESCRIPTION="LinuX Containers userspace utilities"
-HOMEPAGE="http://lxc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="+doc examples"
-
-RDEPEND="sys-libs/libcap"
-
-DEPEND="${RDEPEND}
- doc? ( app-text/docbook-sgml-utils )
- >=sys-kernel/linux-headers-2.6.29"
-
-CONFIG_CHECK="~CGROUPS
- ~CGROUP_NS ~CPUSETS ~CGROUP_CPUACCT
- ~RESOURCE_COUNTERS ~CGROUP_MEM_RES_CTLR
- ~CGROUP_SCHED
-
- ~NAMESPACES
- ~IPC_NS ~USER_NS ~PID_NS
-
- ~SECURITY_FILE_CAPABILITIES
- ~DEVPTS_MULTIPLE_INSTANCES
- ~CGROUP_FREEZER
- ~UTS_NS ~NET_NS
- ~VETH ~MACVLAN"
-
-ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES: needed for pts inside container"
-
-ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers"
-
-ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info"
-ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network"
-
-ERROR_VETH="CONFIG_VETH: needed for internal (inter-container) networking"
-ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) networking"
-
-PATCHES=(
- "${FILESDIR}"/${P}-lxc.network.pair.patch
- "${FILESDIR}"/${P}-move-rcfile.patch
- "${FILESDIR}"/${P}-fix-full-system.patch
-)
-
-src_configure() {
- econf \
- --localstatedir=/var \
- --bindir=/usr/sbin \
- --docdir=/usr/share/doc/${PF} \
- --with-config-path=/etc/lxc \
- $(use_enable doc) \
- $(use_enable examples) \
- || die "configure failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-
- dodoc AUTHORS CONTRIBUTING MAINTAINERS \
- NEWS TODO README doc/FAQ.txt || die "dodoc failed"
-
- rm -r "${D}"/etc/lxc "${D}"/usr/sbin/lxc-{setcap,ls}
-
- keepdir /etc/lxc
-
- find "${D}" -name '*.la' -delete
-}
diff --git a/app-emulation/lxc/lxc-0.6.4.ebuild b/app-emulation/lxc/lxc-0.6.5.ebuild
index 9da07c210157..bd2e892786b5 100644
--- a/app-emulation/lxc/lxc-0.6.4.ebuild
+++ b/app-emulation/lxc/lxc-0.6.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.6.4.ebuild,v 1.3 2009/11/25 12:16:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.6.5.ebuild,v 1.1 2010/01/30 23:16:54 flameeyes Exp $
EAPI="2"
-inherit eutils linux-info versionator
+inherit eutils linux-info versionator base
DESCRIPTION="LinuX Containers userspace utilities"
HOMEPAGE="http://lxc.sourceforge.net/"