diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-30 17:27:54 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-30 17:27:54 +0100 |
commit | f70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch) | |
tree | e907cb121b30e3c1df1710719c0ddf4029597a47 /app-admin/bastille | |
parent | db063b515939ab15261136b24e4bc44386335c0c (diff) |
gentoo resync : 30.09.2020
Diffstat (limited to 'app-admin/bastille')
-rw-r--r-- | app-admin/bastille/Manifest | 1 | ||||
-rw-r--r-- | app-admin/bastille/bastille-3.0.9-r1.ebuild | 69 |
2 files changed, 0 insertions, 70 deletions
diff --git a/app-admin/bastille/Manifest b/app-admin/bastille/Manifest index f0a11caf0fb2..4dcaf30fcd5b 100644 --- a/app-admin/bastille/Manifest +++ b/app-admin/bastille/Manifest @@ -3,6 +3,5 @@ AUX bastille-3.0.9-perl.patch 1049 BLAKE2B 2a82c1883bf795b83a86d34e29fc2b3495123 AUX bastille-3.0.9-renamewidgets.patch 2015 BLAKE2B 12003ebd9d40296e5285b45b063050787fc71c8d0f1002e07407105eaa2678ed25e2dbee66bd9c057047b323076e19e258a5efd2156c043b3d1fba5a92f8ef70 SHA512 28cf0f8a5bf11c29127f128fee80bd0a169960996b4d97b3666d7cfb2485850ca040670deaaf9d0c728e08747adefeecf02c4647cbd4c0e3673cf327c9b46f92 DIST Bastille-3.0.9.tar.bz2 319045 BLAKE2B 480288c6e9fc5462e8e6ca84665d5769aab4252813ff478ab0519d382e1f03994da008ac2818b1d4214a09607c7316711665bce154121b3029bace6f2822df09 SHA512 a97ab2c2bb64c655d43ddcfd4000cee8666787e5b5923390e3155b258c3a2cf7d131abd474f9b0dd415eb455b664ab26a875da6636268b2a715ea87dd4dae2f0 DIST bastille-3.0.9-gentoo-0.2.patch.bz2 14117 BLAKE2B 9c4383eae9e27cc4e110553a21424cd2811172c32609b0d3bcc72ccc3f61ba7cd76bfdbee969de5a89c22d0c1dd91b9ba92ce27ea5ac2b7260e5c0e1ce424be5 SHA512 a4ecfc064d6cf8c12b6f53c81dea841931df270293b03c39266861121f3def28fcbc4127b3bc9374028983e584736fb85361443badaadec7441cfb1570bdea8f -EBUILD bastille-3.0.9-r1.ebuild 1571 BLAKE2B 1c6d3bf7b0bb37dd60ada30354a097e3cbfc8b80d0f8dccda92a983241cfb759dc97f4c550ee0edfdf674b2249b1ca9629f9808e1b9447693056224d95e6489c SHA512 ff9048baa2a2a47bb7848c298bebe7bca41b249c3ff37ccbd313a0d8930e310de2edd14ecae0abd4043245a0d9564002ae7b8ed4cd4737f6ec51679555297daf EBUILD bastille-3.0.9-r2.ebuild 1713 BLAKE2B 751966d54e66ab1d86caf0bcd81eec1ad1642677d69598c8a44ca7b4151888c0975bd2f64307714c62e1b7ec27b7db6e80c89e7e235061205c9510883ac0243b SHA512 7b250fa0d0dd26662c5547d1aac700200baa139e5b439d9401b2613893b95775bdf3131ef9dc91a83748ad0ca51b550bbceaadb3975429b81976089cea154b12 MISC metadata.xml 335 BLAKE2B c697944d835cd494f8b523f6ff035eb704cece47594480dcdc41c26bb958fb35a7a2c00e7195c0647cf308e7fe963cbcd334aaa49822a53b27bec76d31a34f88 SHA512 d87baaebf80becdabfaf4214b7ea268455eaa806353a53e51a4342ed9a13ea981b4f4c7169ad323fc21fff69e314f3e397981701271db66447c17ad2440892d5 diff --git a/app-admin/bastille/bastille-3.0.9-r1.ebuild b/app-admin/bastille/bastille-3.0.9-r1.ebuild deleted file mode 100644 index 19860743e3f6..000000000000 --- a/app-admin/bastille/bastille-3.0.9-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PERL_EXPORT_PHASE_FUNCTIONS=no -inherit eutils perl-module - -PATCHVER=0.2 -MY_PN=${PN/b/B} -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_PN} -DESCRIPTION="Bastille-Linux is a security hardening tool" -HOMEPAGE="http://bastille-linux.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}-linux/${MY_P}.tar.bz2 - mirror://gentoo/${P}-gentoo-${PATCHVER}.patch.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="X" - -RDEPEND=" - app-admin/logrotate - dev-perl/Curses - net-firewall/iptables - net-firewall/psad - virtual/logger - X? ( dev-perl/Tk ) -" - -src_prepare() { - epatch "${WORKDIR}"/${P}-gentoo-${PATCHVER}.patch - - # make sure the Perl modules go into vendor dir - epatch "${FILESDIR}/${P}-perl.patch" - perl_set_version - - cd "${S}" || die - chmod a+x Install.sh bastille-ipchains bastille-netfilter -} - -src_install() { - perl_set_version - export VENDOR_LIB - - cd "${S}" || die - DESTDIR="${D}" ./Install.sh - - # Example configs - cd "${S}" || die - insinto /usr/share/Bastille - doins *.config - - newinitd ${PN}-firewall.gentoo-init ${PN}-firewall - - # Documentation - cd "${S}" || die - dodoc *.txt BUGS Change* README* - cd "${S}"/docs || die - doman *.1m -} - -pkg_postinst() { - elog "Please be aware that when using the Server Lax, Server Moderate, or" - elog "Server Paranoia configurations, you may need to use InteractiveBastille" - elog "to set any advanced network information, such as masquerading and" - elog "internal interfaces, if you plan to use them." -} |