summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-21 21:27:10 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-21 21:27:10 +0000
commitbcc09befbcc98af82dc3a81baba80b24adf8d3e6 (patch)
tree87a488a4c699fd0bafa404eb077fcf672d9481c7 /sys-apps/tomoyo-tools
parentDrop unused metadata useflag descriptions. (diff)
downloadgentoo-2-bcc09befbcc98af82dc3a81baba80b24adf8d3e6.tar.gz
gentoo-2-bcc09befbcc98af82dc3a81baba80b24adf8d3e6.tar.bz2
gentoo-2-bcc09befbcc98af82dc3a81baba80b24adf8d3e6.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-apps/tomoyo-tools')
-rw-r--r--sys-apps/tomoyo-tools/ChangeLog9
-rw-r--r--sys-apps/tomoyo-tools/tomoyo-tools-2.2.0_p20120414.ebuild64
-rw-r--r--sys-apps/tomoyo-tools/tomoyo-tools-2.3.0_p20120414.ebuild67
-rw-r--r--sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20120414.ebuild62
-rw-r--r--sys-apps/tomoyo-tools/tomoyo-tools-2.5.0_p20120414.ebuild62
5 files changed, 7 insertions, 257 deletions
diff --git a/sys-apps/tomoyo-tools/ChangeLog b/sys-apps/tomoyo-tools/ChangeLog
index 6bb5a501f7b1..a5e44657b8b9 100644
--- a/sys-apps/tomoyo-tools/ChangeLog
+++ b/sys-apps/tomoyo-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/tomoyo-tools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tomoyo-tools/ChangeLog,v 1.13 2014/11/23 10:09:06 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tomoyo-tools/ChangeLog,v 1.14 2015/07/21 21:27:10 mrueg Exp $
+
+ 21 Jul 2015; Manuel Rüger <mrueg@gentoo.org>
+ -tomoyo-tools-2.2.0_p20120414.ebuild, -tomoyo-tools-2.3.0_p20120414.ebuild,
+ -tomoyo-tools-2.4.0_p20120414.ebuild, -tomoyo-tools-2.5.0_p20120414.ebuild:
+ Remove old.
23 Nov 2014; Jeroen Roovers <jer@gentoo.org>
tomoyo-tools-2.5.0_p20130214.ebuild:
diff --git a/sys-apps/tomoyo-tools/tomoyo-tools-2.2.0_p20120414.ebuild b/sys-apps/tomoyo-tools/tomoyo-tools-2.2.0_p20120414.ebuild
deleted file mode 100644
index c8c8c231b42a..000000000000
--- a/sys-apps/tomoyo-tools/tomoyo-tools-2.2.0_p20120414.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tomoyo-tools/tomoyo-tools-2.2.0_p20120414.ebuild,v 1.1 2012/06/01 07:56:06 naota Exp $
-
-inherit eutils multilib toolchain-funcs
-
-MY_P="${P/_p/-}"
-DESCRIPTION="TOMOYO Linux tools"
-HOMEPAGE="http://tomoyo.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/tomoyo/41908/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}
- !sys-apps/ccs-tools"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-gentoo.patch"
- epatch "${FILESDIR}/${P}-ldflags.patch"
-
- sed -i \
- -e "/^CC/s:gcc:$(tc-getCC):" \
- -e "/^CFLAGS/s:-O2:${CFLAGS}:" \
- -e "/^USRLIBDIR/s:/usr/lib:/usr/$(get_libdir):g" \
- Include.make || die
-
- echo "CONFIG_PROTECT=\"/usr/$(get_libdir)/tomoyo/conf\"" > "${T}/50${PN}"
-}
-
-src_install() {
- emake INSTALLDIR="${D}" install || die
-
- rm "${D}"/usr/$(get_libdir)/tomoyo/{COPYING.tomoyo,README.tomoyo,tomoyotools.conf} || die
- insinto /usr/$(get_libdir)/tomoyo/conf
- doins tomoyotools.conf || die
- dosym conf/tomoyotools.conf /usr/$(get_libdir)/tomoyo/tomoyotools.conf || die
-
- doenvd "${T}/50${PN}" || die
-
- dodoc README.tomoyo
-}
-
-pkg_postinst() {
- elog "Execute the following command to setup the initial policy configuration:"
- elog
- elog "emerge --config =${CATEGORY}/${PF}"
- elog
- elog "For more information, please visit the following."
- elog
- elog "http://tomoyo.sourceforge.jp/"
-}
-
-pkg_config() {
- /usr/$(get_libdir)/tomoyo/tomoyo_init_policy
-}
diff --git a/sys-apps/tomoyo-tools/tomoyo-tools-2.3.0_p20120414.ebuild b/sys-apps/tomoyo-tools/tomoyo-tools-2.3.0_p20120414.ebuild
deleted file mode 100644
index 767662fee75c..000000000000
--- a/sys-apps/tomoyo-tools/tomoyo-tools-2.3.0_p20120414.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tomoyo-tools/tomoyo-tools-2.3.0_p20120414.ebuild,v 1.1 2012/06/01 07:56:06 naota Exp $
-
-EAPI="2"
-
-inherit eutils multilib toolchain-funcs
-
-MY_P="${P/_p/-}"
-DESCRIPTION="TOMOYO Linux tools"
-HOMEPAGE="http://tomoyo.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/tomoyo/48663/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}
- !sys-apps/ccs-tools"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-flags-parallel.patch \
- "${FILESDIR}"/${PN}-2.3.0_p20110929-gentoo.patch
-
- # Fix libdir
- sed -i \
- -e "s:/usr/lib:/usr/$(get_libdir):g" \
- Include.make || die "sed failed"
-
- echo "CONFIG_PROTECT=\"/usr/$(get_libdir)/tomoyo/conf\"" > "${T}/50${PN}"
-}
-
-src_install() {
- dodir /usr/"$(get_libdir)" || die
-
- emake INSTALLDIR="${D}" install || die
-
- # Move-link tomoyotools.conf to subdir "conf"
- rm "${D}"/usr/$(get_libdir)/tomoyo/tomoyotools.conf || die
- insinto /usr/$(get_libdir)/tomoyo/conf
- doins usr_lib_tomoyo/tomoyotools.conf || die
- dosym conf/tomoyotools.conf /usr/$(get_libdir)/tomoyo/tomoyotools.conf || die
-
- doenvd "${T}/50${PN}" || die
-
- # Fix out-of-place readme and license
- rm "${D}"/usr/$(get_libdir)/tomoyo/{COPYING.tomoyo,README.tomoyo} || die
- dodoc README.tomoyo || die
-}
-
-pkg_postinst() {
- elog "Execute the following command to setup the initial policy configuration:"
- elog
- elog "emerge --config =${CATEGORY}/${PF}"
- elog
- elog "For more information, please visit the following."
- elog
- elog "http://tomoyo.sourceforge.jp/"
-}
-
-pkg_config() {
- /usr/$(get_libdir)/tomoyo/init_policy
-}
diff --git a/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20120414.ebuild b/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20120414.ebuild
deleted file mode 100644
index d819bb13e690..000000000000
--- a/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20120414.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20120414.ebuild,v 1.1 2012/06/01 07:56:06 naota Exp $
-
-EAPI="2"
-
-inherit eutils multilib toolchain-funcs
-
-MY_P="${P/_p/-}"
-DESCRIPTION="TOMOYO Linux tools"
-HOMEPAGE="http://tomoyo.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/tomoyo/52848/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}
- !sys-apps/ccs-tools"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.4.0_p20110929-flags-parallel.patch
-
- # Fix libdir
- sed -i \
- -e "s:/usr/lib:/usr/$(get_libdir):g" \
- Include.make || die "sed failed"
-
- echo "CONFIG_PROTECT=\"/usr/$(get_libdir)/tomoyo/conf\"" > "${T}/50${PN}"
-
- tc-export CC
-}
-
-src_install() {
- dodir /usr/"$(get_libdir)" || die
-
- emake INSTALLDIR="${D}" install || die
-
- doenvd "${T}/50${PN}" || die
-
- # Fix out-of-place readme and license
- rm "${D}"/usr/$(get_libdir)/tomoyo/{COPYING.tomoyo,README.tomoyo} || die
- dodoc README.tomoyo || die
-}
-
-pkg_postinst() {
- elog "Execute the following command to setup the initial policy configuration:"
- elog
- elog "emerge --config =${CATEGORY}/${PF}"
- elog
- elog "For more information, please visit the following."
- elog
- elog "http://tomoyo.sourceforge.jp/"
-}
-
-pkg_config() {
- /usr/$(get_libdir)/tomoyo/init_policy
-}
diff --git a/sys-apps/tomoyo-tools/tomoyo-tools-2.5.0_p20120414.ebuild b/sys-apps/tomoyo-tools/tomoyo-tools-2.5.0_p20120414.ebuild
deleted file mode 100644
index 07fa7db17518..000000000000
--- a/sys-apps/tomoyo-tools/tomoyo-tools-2.5.0_p20120414.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tomoyo-tools/tomoyo-tools-2.5.0_p20120414.ebuild,v 1.1 2012/06/01 07:56:06 naota Exp $
-
-EAPI="2"
-
-inherit eutils multilib toolchain-funcs
-
-MY_P="${P/_p/-}"
-DESCRIPTION="TOMOYO Linux tools"
-HOMEPAGE="http://tomoyo.sourceforge.jp/"
-SRC_URI="mirror://sourceforge.jp/tomoyo/53357/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}
- !sys-apps/ccs-tools"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-flags-parallel.patch
-
- # Fix libdir
- sed -i \
- -e "s:/usr/lib:/usr/$(get_libdir):g" \
- Include.make || die "sed failed"
-
- echo "CONFIG_PROTECT=\"/usr/$(get_libdir)/tomoyo/conf\"" > "${T}/50${PN}"
-
- tc-export CC
-}
-
-src_install() {
- dodir /usr/"$(get_libdir)" || die
-
- emake INSTALLDIR="${D}" install || die
-
- doenvd "${T}/50${PN}" || die
-
- # Fix out-of-place readme and license
- rm "${D}"/usr/$(get_libdir)/tomoyo/{COPYING.tomoyo,README.tomoyo} || die
- dodoc README.tomoyo || die
-}
-
-pkg_postinst() {
- elog "Execute the following command to setup the initial policy configuration:"
- elog
- elog "emerge --config =${CATEGORY}/${PF}"
- elog
- elog "For more information, please visit the following."
- elog
- elog "http://tomoyo.sourceforge.jp/"
-}
-
-pkg_config() {
- /usr/$(get_libdir)/tomoyo/init_policy
-}