diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-04 04:58:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-04 04:58:06 +0000 |
commit | 1a31d965b6675cc417f8e7b1bf09652cf8df4c23 (patch) | |
tree | 06cebe1b9b8ac66fc5564c13396ff0eba4d5e487 /app-emulation/lxc | |
parent | Version bump. Switched to cmake, so had to rewrite from scratch (diff) | |
download | gentoo-2-1a31d965b6675cc417f8e7b1bf09652cf8df4c23.tar.gz gentoo-2-1a31d965b6675cc417f8e7b1bf09652cf8df4c23.tar.bz2 gentoo-2-1a31d965b6675cc417f8e7b1bf09652cf8df4c23.zip |
Fix lxc-sshd template; don't remove lxc-ls.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/lxc')
-rw-r--r-- | app-emulation/lxc/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/lxc/lxc-0.8.0_rc2-r1.ebuild (renamed from app-emulation/lxc/lxc-0.8.0_rc2.ebuild) | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog index a095af53b534..5806316c4820 100644 --- a/app-emulation/lxc/ChangeLog +++ b/app-emulation/lxc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.41 2012/07/21 05:07:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.42 2012/08/04 04:58:06 flameeyes Exp $ + +*lxc-0.8.0_rc2-r1 (04 Aug 2012) + + 04 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> +lxc-0.8.0_rc2-r1.ebuild, + -lxc-0.8.0_rc2.ebuild: + Fix lxc-sshd template; don't remove lxc-ls. *lxc-0.8.0_rc2 (21 Jul 2012) diff --git a/app-emulation/lxc/lxc-0.8.0_rc2.ebuild b/app-emulation/lxc/lxc-0.8.0_rc2-r1.ebuild index 180ba88291c0..3506ea4828e4 100644 --- a/app-emulation/lxc/lxc-0.8.0_rc2.ebuild +++ b/app-emulation/lxc/lxc-0.8.0_rc2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc2.ebuild,v 1.1 2012/07/21 05:07:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc2-r1.ebuild,v 1.1 2012/08/04 04:58:06 flameeyes Exp $ EAPI="4" MY_P="${P/_/-}" -BACKPORTS=1 +BACKPORTS=2 inherit eutils linux-info versionator flag-o-matic @@ -110,9 +110,8 @@ src_configure() { src_install() { default - rm -r "${D}"/usr/sbin/lxc-{setcap,ls} \ - "${D}"/usr/share/man/man1/lxc-ls.1 \ - || die "unable to remove extraenous content" + rm -r "${D}"/usr/sbin/lxc-setcap \ + || die "unable to remove lxc-setcap" keepdir /etc/lxc /usr/lib/lxc/rootfs |