* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/
@ 2016-06-28 13:59 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-06-28 13:59 UTC (permalink / raw
To: gentoo-commits
commit: db519004acaaa1757cd06081183039ce36fb747b
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 21:02:45 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 13:31:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db519004
app-crypt/stan: mark r1 as unstable.
Closes: https://github.com/gentoo/gentoo/pull/1773
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-crypt/stan/stan-0.4.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/stan/stan-0.4.1-r1.ebuild b/app-crypt/stan/stan-0.4.1-r1.ebuild
index dd018a6..4826bbb 100644
--- a/app-crypt/stan/stan-0.4.1-r1.ebuild
+++ b/app-crypt/stan/stan-0.4.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
src_prepare() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/
@ 2016-06-28 13:59 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-06-28 13:59 UTC (permalink / raw
To: gentoo-commits
commit: c6305a0c090c63bf2b160f7ac2bb8afa3742c40a
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 20:06:48 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 13:31:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6305a0c
app-crypt/stan: make mv smarter via bash brace expension.
Closes: https://github.com/gentoo/gentoo/pull/1773
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-crypt/stan/stan-0.4.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/stan/stan-0.4.1-r1.ebuild b/app-crypt/stan/stan-0.4.1-r1.ebuild
index 1cdd441..dd018a6 100644
--- a/app-crypt/stan/stan-0.4.1-r1.ebuild
+++ b/app-crypt/stan/stan-0.4.1-r1.ebuild
@@ -17,7 +17,7 @@ IUSE=""
src_prepare() {
eapply -p0 "${FILESDIR}/${P}-errno.patch"
# Update autotools deprecated file name and macro for bug 468750
- mv configure.in configure.ac || die "configure rename failed"
+ mv configure.{in,ac} || die
sed -i \
-e "s/-O3/${CFLAGS}/" \
-e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g" configure.ac || die
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/
@ 2016-06-28 13:59 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-06-28 13:59 UTC (permalink / raw
To: gentoo-commits
commit: f9077dbbaff67109befd00353e6f45a36db7c581
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 20:02:38 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 13:30:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9077dbb
app-crypt/stan: EAPI 6 bump and minor cleanups.
Closes: https://github.com/gentoo/gentoo/pull/1773
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-crypt/stan/stan-0.4.1-r1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/app-crypt/stan/stan-0.4.1-r1.ebuild b/app-crypt/stan/stan-0.4.1-r1.ebuild
new file mode 100644
index 0000000..1cdd441
--- /dev/null
+++ b/app-crypt/stan/stan-0.4.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="Stan analyzes binary streams and calculates statistical information"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+src_prepare() {
+ eapply -p0 "${FILESDIR}/${P}-errno.patch"
+ # Update autotools deprecated file name and macro for bug 468750
+ mv configure.in configure.ac || die "configure rename failed"
+ sed -i \
+ -e "s/-O3/${CFLAGS}/" \
+ -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g" configure.ac || die
+ eautoreconf
+ default
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/
@ 2016-06-28 13:59 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-06-28 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 52694bbc4693cd10bcb3553e3152a1d30e7d0353
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 20:01:29 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 13:30:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52694bbc
app-crypt/stan: Update HOMEPAGE, SRC_URI and DESCRIPTION
Closes: https://github.com/gentoo/gentoo/pull/1773
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-crypt/stan/stan-0.4.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-crypt/stan/stan-0.4.1.ebuild b/app-crypt/stan/stan-0.4.1.ebuild
index 401b67f..9b56d4f 100644
--- a/app-crypt/stan/stan-0.4.1.ebuild
+++ b/app-crypt/stan/stan-0.4.1.ebuild
@@ -5,9 +5,9 @@
EAPI="2"
inherit autotools eutils
-DESCRIPTION="Stan is a console application that analyzes binary streams and calculates statistical information"
-HOMEPAGE="http://www.roqe.org/stan/"
-SRC_URI="http://www.roqe.org/${PN}/${P}.tar.gz"
+DESCRIPTION="Stan analyzes binary streams and calculates statistical information"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/
@ 2017-03-04 13:38 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2017-03-04 13:38 UTC (permalink / raw
To: gentoo-commits
commit: df8ca2186635438384e813926f1492a0a8859997
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 13:34:53 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 13:38:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8ca218
app-crypt/stan: amd64 stable wrt bug #611488
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-crypt/stan/stan-0.4.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/stan/stan-0.4.1-r1.ebuild b/app-crypt/stan/stan-0.4.1-r1.ebuild
index 8cc6e019341..189f16862c6 100644
--- a/app-crypt/stan/stan-0.4.1-r1.ebuild
+++ b/app-crypt/stan/stan-0.4.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
PATCHES=(
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/
@ 2017-03-04 13:46 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2017-03-04 13:46 UTC (permalink / raw
To: gentoo-commits
commit: 5d89f6fc9ee83286a2d3f051b202e1435b0a4692
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 13:43:57 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 13:43:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d89f6fc
app-crypt/stan: x86 stable wrt bug #611488
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-crypt/stan/stan-0.4.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/stan/stan-0.4.1-r1.ebuild b/app-crypt/stan/stan-0.4.1-r1.ebuild
index 189f16862c6..91952b99aec 100644
--- a/app-crypt/stan/stan-0.4.1-r1.ebuild
+++ b/app-crypt/stan/stan-0.4.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
PATCHES=(
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/
@ 2017-03-04 17:16 Alon Bar-Lev
0 siblings, 0 replies; 7+ messages in thread
From: Alon Bar-Lev @ 2017-03-04 17:16 UTC (permalink / raw
To: gentoo-commits
commit: c212b60a1aafd45cb6adb0e62a6f8f8143e99218
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 02:07:46 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 17:16:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c212b60a
app-crypt/stan: cleanup
Bug: 611488
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-crypt/stan/stan-0.4.1.ebuild | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/app-crypt/stan/stan-0.4.1.ebuild b/app-crypt/stan/stan-0.4.1.ebuild
deleted file mode 100644
index 47b3c5c5a41..00000000000
--- a/app-crypt/stan/stan-0.4.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-inherit autotools eutils
-
-DESCRIPTION="Stan analyzes binary streams and calculates statistical information"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-errno.patch"
- sed -i -e "s/-O3/${CFLAGS}/" configure.in || die "sed failed"
- sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
- eautoreconf
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "install failed"
- dodoc README || die
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-03-04 17:16 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-04 17:16 [gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/ Alon Bar-Lev
-- strict thread matches above, loose matches on Subject: below --
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo
2016-06-28 13:59 Patrice Clement
2016-06-28 13:59 Patrice Clement
2016-06-28 13:59 Patrice Clement
2016-06-28 13:59 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox