diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-04-10 18:43:49 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-04-10 18:43:49 +0000 |
commit | 7db3f752f5fa6282179a17dc720448804a8a8dd7 (patch) | |
tree | e0258e7b5b2f7e6c53f92caefd38ae26231007d4 /sys-cluster/ploop | |
parent | Clean old, thanks to slepnoga. (diff) | |
download | gentoo-2-7db3f752f5fa6282179a17dc720448804a8a8dd7.tar.gz gentoo-2-7db3f752f5fa6282179a17dc720448804a8a8dd7.tar.bz2 gentoo-2-7db3f752f5fa6282179a17dc720448804a8a8dd7.zip |
Clean old, thanks to slepnoga.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'sys-cluster/ploop')
-rw-r--r-- | sys-cluster/ploop/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/ploop/ploop-1.6.ebuild | 60 | ||||
-rw-r--r-- | sys-cluster/ploop/ploop-1.8.ebuild | 58 |
3 files changed, 5 insertions, 119 deletions
diff --git a/sys-cluster/ploop/ChangeLog b/sys-cluster/ploop/ChangeLog index 2db633140e89..c9f571db86ba 100644 --- a/sys-cluster/ploop/ChangeLog +++ b/sys-cluster/ploop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/ploop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.27 2014/04/09 21:39:01 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ChangeLog,v 1.28 2014/04/10 18:43:49 maksbotan Exp $ + + 10 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org> -ploop-1.6.ebuild, + -ploop-1.8.ebuild: + Clean old, thanks to slepnoga. *ploop-1.11 (09 Apr 2014) diff --git a/sys-cluster/ploop/ploop-1.6.ebuild b/sys-cluster/ploop/ploop-1.6.ebuild deleted file mode 100644 index e94e6bafba2d..000000000000 --- a/sys-cluster/ploop/ploop-1.6.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ploop-1.6.ebuild,v 1.3 2013/04/15 08:39:10 ago Exp $ - -EAPI=5 - -inherit eutils toolchain-funcs multilib systemd - -DESCRIPTION="openvz tool and a library to control ploop block devices" -HOMEPAGE="http://wiki.openvz.org/Download/ploop" -SRC_URI="http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug static-libs" - -DEPEND="dev-libs/libxml2" -RDEPEND="${DEPEND}" - -DOCS=( tools/README ) - -src_prepare() { - # Respect CFLAGS and CC, do not add debug by default - sed -i \ - -e 's|CFLAGS =|CFLAGS +=|' \ - -e '/CFLAGS/s/-g -O0 //' \ - -e '/CFLAGS/s/-O2//' \ - -e 's|CC=|CC?=|' \ - -e 's/-Werror//' \ - -e '/DEBUG=yes/d' \ - -e '/LOCKDIR/s/var/run/' \ - Makefile.inc || die 'sed on Makefile.inc failed' - # Avoid striping of binaries - sed -e '/INSTALL/{s: -s::}' -i tools/Makefile || die 'sed on tools/Makefile failed' - - epatch "${FILESDIR}/ploop-1.2-soname.patch" - - # respect AR and RANLIB, bug #452092 - tc-export AR RANLIB - sed -i -e 's/ranlib/$(RANLIB)/' lib/Makefile || die 'sed on lib/Makefile failed' -} - -src_compile() { - emake CC="$(tc-getCC)" V=1 $(usex debug 'DEBUG' '' '=yes' '') -} - -src_install() { - default - ldconfig -n "${D}/usr/$(get_libdir)/" || die - use static-libs || rm "${D}/usr/$(get_libdir)/libploop.a" || die 'remove static lib failed' - - systemd_newtmpfilesd "${FILESDIR}/ploop.tmpfiles" ploop.conf -} - -pkg_postinst() { - elog "Warning - API changes" - elog "1. This version requires running vzkernel >= 2.6.32-042stab061.1" - elog "2. DiskDescriptor.xml created by older ploop versions are converted to current format" -} diff --git a/sys-cluster/ploop/ploop-1.8.ebuild b/sys-cluster/ploop/ploop-1.8.ebuild deleted file mode 100644 index fe1ecd8186b8..000000000000 --- a/sys-cluster/ploop/ploop-1.8.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ploop-1.8.ebuild,v 1.3 2013/09/05 19:24:35 ago Exp $ - -EAPI=5 - -inherit eutils toolchain-funcs multilib systemd - -DESCRIPTION="openvz tool and a library to control ploop block devices" -HOMEPAGE="http://wiki.openvz.org/Download/ploop" -SRC_URI="http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug static-libs" - -DEPEND="dev-libs/libxml2" -RDEPEND="${DEPEND}" - -DOCS=( tools/README ) - -src_prepare() { - # Respect CFLAGS and CC, do not add debug by default - sed -i \ - -e 's|CFLAGS =|CFLAGS +=|' \ - -e '/CFLAGS/s/-g -O0 //' \ - -e '/CFLAGS/s/-O2//' \ - -e 's|CC=|CC?=|' \ - -e 's/-Werror//' \ - -e '/DEBUG=yes/d' \ - -e '/LOCKDIR/s/var/run/' \ - Makefile.inc || die 'sed on Makefile.inc failed' - # Avoid striping of binaries - sed -e '/INSTALL/{s: -s::}' -i tools/Makefile || die 'sed on tools/Makefile failed' - - epatch "${FILESDIR}/ploop-1.2-soname.patch" - - # respect AR and RANLIB, bug #452092 - tc-export AR RANLIB - sed -i -e 's/ranlib/$(RANLIB)/' lib/Makefile || die 'sed on lib/Makefile failed' -} - -src_compile() { - emake CC="$(tc-getCC)" V=1 $(usex debug 'DEBUG' '' '=yes' '') -} - -src_install() { - default - ldconfig -n "${D}/usr/$(get_libdir)/" || die - use static-libs || rm "${D}/usr/$(get_libdir)/libploop.a" || die 'remove static lib failed' -} - -pkg_postinst() { - elog "Warning - API changes" - elog "1. This version requires running vzkernel >= 2.6.32-042stab061.1" - elog "2. DiskDescriptor.xml created by older ploop versions are converted to current format" -} |