From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QCgCv-0006Lk-Ob for garchives@archives.gentoo.org; Wed, 20 Apr 2011 22:49:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDCD31C024; Wed, 20 Apr 2011 22:49:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 770FD1C024 for ; Wed, 20 Apr 2011 22:49:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7BDC1B403B for ; Wed, 20 Apr 2011 22:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5A32B802B3 for ; Wed, 20 Apr 2011 22:49:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-apps/setroubleshoot/, sys-apps/setroubleshoot-plugins/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/setroubleshoot-plugins/ChangeLog sys-apps/setroubleshoot-plugins/metadata.xml sys-apps/setroubleshoot-plugins/setroubleshoot-plugins-3.0.14.2.15.ebuild sys-apps/setroubleshoot/ChangeLog sys-apps/setroubleshoot/metadata.xml sys-apps/setroubleshoot/setroubleshoot-3.0.32.1.16.ebuild X-VCS-Directories: sys-apps/setroubleshoot/ sys-apps/setroubleshoot-plugins/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: d6002a0237f682fc6e3f6bb2f897efb3ff2dfde5 Date: Wed, 20 Apr 2011 22:49:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b42804f6a9c255cff7903e51cc316cf7 commit: d6002a0237f682fc6e3f6bb2f897efb3ff2dfde5 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Apr 20 22:48:58 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Apr 20 22:48:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3Dd6002a02 sys-apps/setroubleshoot and sys-apps/setroubleshoot-plugins: moved from b= lueness overlay (Portage version: 2.1.9.42/git/Linux x86_64, RepoMan options: --force, si= gned Manifest commit with key 0xD0455535) --- sys-apps/setroubleshoot-plugins/ChangeLog | 8 ++ sys-apps/setroubleshoot-plugins/metadata.xml | 9 +++ .../setroubleshoot-plugins-3.0.14.2.15.ebuild | 66 ++++++++++++++= ++++ sys-apps/setroubleshoot/ChangeLog | 6 ++ sys-apps/setroubleshoot/metadata.xml | 9 +++ .../setroubleshoot-3.0.32.1.16.ebuild | 71 ++++++++++++++= ++++++ 6 files changed, 169 insertions(+), 0 deletions(-) diff --git a/sys-apps/setroubleshoot-plugins/ChangeLog b/sys-apps/setroub= leshoot-plugins/ChangeLog new file mode 100644 index 0000000..57f986b --- /dev/null +++ b/sys-apps/setroubleshoot-plugins/ChangeLog @@ -0,0 +1,8 @@ + + +*setroubleshoot-plugins-3.0.14.2.15 (17 Apr 2011) + + 17 Apr 2011; Anthony G. Basile + +setroubleshoot-plugins-3.0.14.2.15.ebuild, +metadata.xml: + Initial commit + diff --git a/sys-apps/setroubleshoot-plugins/metadata.xml b/sys-apps/setr= oubleshoot-plugins/metadata.xml new file mode 100644 index 0000000..d6fa4db --- /dev/null +++ b/sys-apps/setroubleshoot-plugins/metadata.xml @@ -0,0 +1,9 @@ + + + + selinux + + blueness@gentoo.org + Anthony G. Basile + + diff --git a/sys-apps/setroubleshoot-plugins/setroubleshoot-plugins-3.0.1= 4.2.15.ebuild b/sys-apps/setroubleshoot-plugins/setroubleshoot-plugins-3.= 0.14.2.15.ebuild new file mode 100644 index 0000000..82e82dc --- /dev/null +++ b/sys-apps/setroubleshoot-plugins/setroubleshoot-plugins-3.0.14.2.15.= ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +inherit versionator rpm eutils python + +MY_PV=3D"$(replace_version_separator 3 -)" +comp=3D($(get_all_version_components)) +count=3D$(get_version_component_count) +last=3D"$(( 2 * ${count} - 2 ))" +MY_PV=3D"${MY_PV%${comp[$last]}}" +MY_PV=3D"${MY_PV}fc${comp[$last]}" +S=3D"${WORKDIR}/${PN}-${comp[0]}${comp[1]}${comp[2]}${comp[3]}${comp[4]}= " + +DESCRIPTION=3D"Tool to analyse AVC Messages" +HOMEPAGE=3D"https://fedorahosted.org/setroubleshoot" +SRC_URI=3D"mirror://fedora/development/rawhide/source/SRPMS/${PN}-${MY_P= V}.src.rpm" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"selinux" + +DEPEND=3D"dev-util/intltool" +RDEPEND=3D"sys-apps/policycoreutils + sys-libs/libselinux" + +src_unpack() { + srcrpm_unpack +} + +src_configure() { + mv -f py-compile py-compile.ori \ + || die "mv -f py-compile py-compile.orig failed." + ln -s $(type -P true) py-compile \ + || die "ln -s $(type -P true) py-compile failed." + econf --prefix=3D/usr \ + --libdir=3D/usr/$(get_libdir) \ + --libexecdir=3D/usr/$(get_libdir) \ + --localstatedir=3D/var \ + || die "Configure failure" +} + +src_compile() { + emake || die "Make failure" +} + +src_install() { + make DESTDIR=3D"${D}" install \ + || die "Install failure" + + rm -rf "${D}/usr/share/doc" + dodoc AUTHORS ChangeLog README +} + +pkg_postinst() { + PYTHON + python_need_rebuild + python_mod_optimize /usr/share/setroubleshoot/plugins +} + +pkg_postrm() { + python_mod_cleanup /usr/share/setroubleshoot/plugins +} diff --git a/sys-apps/setroubleshoot/ChangeLog b/sys-apps/setroubleshoot/= ChangeLog new file mode 100644 index 0000000..adb3702 --- /dev/null +++ b/sys-apps/setroubleshoot/ChangeLog @@ -0,0 +1,6 @@ + + + 16 Apr 2011; Anthony G. Basile + setroubleshoot-3.0.32.1.16.ebuild: + Fixed SRC_URI + diff --git a/sys-apps/setroubleshoot/metadata.xml b/sys-apps/setroublesho= ot/metadata.xml new file mode 100644 index 0000000..d6fa4db --- /dev/null +++ b/sys-apps/setroubleshoot/metadata.xml @@ -0,0 +1,9 @@ + + + + selinux + + blueness@gentoo.org + Anthony G. Basile + + diff --git a/sys-apps/setroubleshoot/setroubleshoot-3.0.32.1.16.ebuild b/= sys-apps/setroubleshoot/setroubleshoot-3.0.32.1.16.ebuild new file mode 100644 index 0000000..cd0e1eb --- /dev/null +++ b/sys-apps/setroubleshoot/setroubleshoot-3.0.32.1.16.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +inherit versionator rpm eutils python + +MY_PV=3D"$(replace_version_separator 3 -)" +comp=3D($(get_all_version_components)) +count=3D$(get_version_component_count) +last=3D"$(( 2 * ${count} - 2 ))" +MY_PV=3D"${MY_PV%${comp[$last]}}" +MY_PV=3D"${MY_PV}fc${comp[$last]}" +S=3D"${WORKDIR}/${PN}-${comp[0]}${comp[1]}${comp[2]}${comp[3]}${comp[4]}= " + +DESCRIPTION=3D"Tool to analyse AVC Messages" +HOMEPAGE=3D"https://fedorahosted.org/setroubleshoot" +SRC_URI=3D"mirror://fedora/development/rawhide/source/SRPMS/${PN}-${MY_P= V}.src.rpm" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"selinux" + +DEPEND=3D"dev-util/intltool" +RDEPEND=3D"sys-apps/policycoreutils + sys-libs/libselinux + sys-apps/dbus + x11-libs/gtk+ + x11-libs/libnotify + www-client/htmlview" + +src_unpack() { + srcrpm_unpack +} + +src_configure() { + mv -f py-compile py-compile.ori \ + || die "mv -f py-compile py-compile.orig failed." + ln -s $(type -P true) py-compile \ + || die "ln -s $(type -P true) py-compile failed." + econf --prefix=3D/usr \ + --libdir=3D/usr/$(get_libdir) \ + --libexecdir=3D/usr/$(get_libdir) \ + --localstatedir=3D/var \ + || die "Configure failure" +} + +src_compile() { + emake || die "Make failure" +} + +src_install() { + make DESTDIR=3D"${D}" install \ + || die "Install failure" + + rm -rf "${D}/usr/share/doc" + dodoc AUTHORS ChangeLog README + dodir /usr/share/setroubleshoot/plugins +} + +pkg_postinst() { + PYTHON + python_need_rebuild + python_mod_optimize /usr/share/setroubleshoot/plugins +} + +pkg_postrm() { + python_mod_cleanup /usr/share/setroubleshoot/plugins +}