public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/lsat/
@ 2017-04-17 22:14 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-04-17 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     eb4e13336c7fa0966d47492fb071c86f71912167
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 22:14:31 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 22:14:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4e1333

app-admin/lsat: EAPI 6 bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/lsat/lsat-0.9.7.1-r2.ebuild | 54 +++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/app-admin/lsat/lsat-0.9.7.1-r2.ebuild b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
new file mode 100644
index 00000000000..ca91252d82d
--- /dev/null
+++ b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="The Linux Security Auditing Tool"
+HOMEPAGE="http://usat.sourceforge.net/"
+SRC_URI="http://usat.sourceforge.net/code/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="minimal"
+
+DEPEND="dev-lang/perl" # pod2man
+RDEPEND="
+	${DEPEND}
+	!minimal? (
+		app-portage/portage-utils
+		net-analyzer/nmap
+		sys-apps/iproute2
+		sys-apps/which
+		sys-process/lsof
+	)"
+
+PATCHES=(
+	"${FILESDIR}/${P}-gentoo.patch"
+	"${FILESDIR}/${P}-segfault-fix.patch"
+)
+
+HTML_DOCS=( modules.html changelog/changelog.html )
+
+src_prepare() {
+	default
+
+	# patch for segmentation fault see bug #184488
+	sed -i Makefile.in \
+		-e '/^LDFLAGS=/d' \
+		-e '/^CFLAGS=/d' \
+		|| die "sed Makefile.in"
+}
+
+src_compile() {
+	tc-export CC
+	emake CFLAGS="${CFLAGS}" all manpage
+}
+
+src_install() {
+	emake DESTDIR="${D}" install installman
+	dodoc README* *.txt
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/lsat/
@ 2017-10-13 19:25 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2017-10-13 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ef610550ba93beccdf738c2d2d09f60fb045ab91
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 19:24:27 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 19:25:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef610550

app-admin/lsat: stable 0.9.7.1-r2 for ppc, bug #627222

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 app-admin/lsat/lsat-0.9.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/lsat/lsat-0.9.7.1-r2.ebuild b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
index ca91252d82d..40fbb009cab 100644
--- a/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
+++ b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://usat.sourceforge.net/code/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="minimal"
 
 DEPEND="dev-lang/perl" # pod2man


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/lsat/
@ 2017-10-29 21:08 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2017-10-29 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     32bafdc3fdf4b72d46188e1d0699b55ca999b2db
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 20:11:49 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 21:07:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bafdc3

app-admin/lsat: x86 stable (bug #627222)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-admin/lsat/lsat-0.9.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/lsat/lsat-0.9.7.1-r2.ebuild b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
index 40fbb009cab..d3402b0045e 100644
--- a/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
+++ b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://usat.sourceforge.net/code/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="minimal"
 
 DEPEND="dev-lang/perl" # pod2man


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/lsat/
@ 2017-11-07 13:21 Manuel Rüger
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rüger @ 2017-11-07 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     dc55d62d822e95fc392685771070167efa142fc4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 13:21:10 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 13:21:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc55d62d

app-admin/lsat: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 app-admin/lsat/lsat-0.9.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/lsat/lsat-0.9.7.1-r2.ebuild b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
index d3402b0045e..c1285e7e6de 100644
--- a/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
+++ b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://usat.sourceforge.net/code/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="minimal"
 
 DEPEND="dev-lang/perl" # pod2man


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/lsat/
@ 2017-11-07 13:21 Manuel Rüger
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rüger @ 2017-11-07 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d22c09edfa32fdd7f21c4690ce4fd3fafc9f6790
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 13:21:35 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 13:21:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22c09ed

app-admin/lsat: Remove old

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 app-admin/lsat/lsat-0.9.7.1-r1.ebuild | 47 -----------------------------------
 1 file changed, 47 deletions(-)

diff --git a/app-admin/lsat/lsat-0.9.7.1-r1.ebuild b/app-admin/lsat/lsat-0.9.7.1-r1.ebuild
deleted file mode 100644
index 2df288ba1a6..00000000000
--- a/app-admin/lsat/lsat-0.9.7.1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="The Linux Security Auditing Tool"
-HOMEPAGE="http://usat.sourceforge.net/"
-SRC_URI="http://usat.sourceforge.net/code/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="minimal"
-
-DEPEND="dev-lang/perl" # pod2man
-RDEPEND="!minimal? (
-		app-portage/portage-utils
-		net-analyzer/nmap
-		sys-apps/iproute2
-		sys-apps/which
-		sys-process/lsof
-	)"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-
-	# patch for segmentation fault see bug #184488
-	epatch "${FILESDIR}"/${P}-segfault-fix.patch
-	sed -i Makefile.in \
-		-e '/^LDFLAGS=/d' \
-		-e '/^CFLAGS=/d' \
-		|| die "sed Makefile.in"
-}
-
-src_compile() {
-	tc-export CC
-	econf
-	emake CFLAGS="${CFLAGS}" all manpage || die "emake failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install installman || die "emake install failed"
-	dodoc README* *.txt
-	dohtml modules.html changelog/changelog.html
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-07 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-07 13:21 [gentoo-commits] repo/gentoo:master commit in: app-admin/lsat/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2017-11-07 13:21 Manuel Rüger
2017-10-29 21:08 Thomas Deutschmann
2017-10-13 19:25 Sergei Trofimovich
2017-04-17 22:14 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox