[gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/

2017-03-04 Thread Alon Bar-Lev
commit: c212b60a1aafd45cb6adb0e62a6f8f8143e99218
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Mar  4 02:07:46 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Mar  4 17:16:25 2017 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/

2017-03-04 Thread Agostino Sarubbo
commit: 5d89f6fc9ee83286a2d3f051b202e1435b0a4692
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  4 13:43:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  4 13:43:57 2017 +
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  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=(



[gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/

2017-03-04 Thread Agostino Sarubbo
commit: df8ca2186635438384e813926f1492a0a8859997
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  4 13:34:53 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  4 13:38:16 2017 +
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  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=(



[gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/files/, app-crypt/stan/

2017-02-04 Thread Alon Bar-Lev
commit: f1fff060e78accb229a77b4367e1561956389b2a
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Feb  4 19:23:32 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Feb  4 20:06:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1fff060

app-crypt/stan: eapi bump

Package-Manager: portage-2.3.3

 app-crypt/stan/files/stan-0.4.1-errno.patch |  8 
 app-crypt/stan/stan-0.4.1-r1.ebuild | 13 -
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/app-crypt/stan/files/stan-0.4.1-errno.patch 
b/app-crypt/stan/files/stan-0.4.1-errno.patch
index a63810c..6bce4ba 100644
--- a/app-crypt/stan/files/stan-0.4.1-errno.patch
+++ b/app-crypt/stan/files/stan-0.4.1-errno.patch
@@ -1,5 +1,5 @@
 src/data.c.orig2005-12-05 13:23:44.0 +0200
-+++ src/data.c 2005-12-05 13:24:31.0 +0200
+--- a/src/data.c   2005-12-05 13:23:44.0 +0200
 b/src/data.c   2005-12-05 13:24:31.0 +0200
 @@ -55,7 +55,9 @@
  #include 
  #include 
@@ -11,8 +11,8 @@
  extern tnode_t **treap;
  extern bnode_t *bintree;
  size_t size = 0;
 src/stan.c.orig2005-12-05 13:23:49.0 +0200
-+++ src/stan.c 2005-12-05 13:24:57.0 +0200
+--- a/src/stan.c   2005-12-05 13:23:49.0 +0200
 b/src/stan.c   2005-12-05 13:24:57.0 +0200
 @@ -46,7 +46,9 @@
  #include 
  #include 

diff --git a/app-crypt/stan/stan-0.4.1-r1.ebuild 
b/app-crypt/stan/stan-0.4.1-r1.ebuild
index 4826bbb..ab3a2ca 100644
--- a/app-crypt/stan/stan-0.4.1-r1.ebuild
+++ b/app-crypt/stan/stan-0.4.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="Stan analyzes binary streams and calculates statistical 
information"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
@@ -14,13 +14,16 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+PATCHES=(
+   "${FILESDIR}/${P}-errno.patch"
+)
+
 src_prepare() {
-   eapply -p0 "${FILESDIR}/${P}-errno.patch"
-   # Update autotools deprecated file name and macro for bug 468750
+   default
+
mv configure.{in,ac} || die
sed -i \
-e "s/-O3/${CFLAGS}/" \
-e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g" 
configure.ac || die
eautoreconf
-   default
 }



[gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/

2016-06-28 Thread Patrice Clement
commit: db519004acaaa1757cd06081183039ce36fb747b
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Jun 27 21:02:45 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jun 28 13:31:14 2016 +
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  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() {



[gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/

2016-06-28 Thread Patrice Clement
commit: c6305a0c090c63bf2b160f7ac2bb8afa3742c40a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Jun 27 20:06:48 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jun 28 13:31:05 2016 +
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  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



[gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/

2016-06-28 Thread Patrice Clement
commit: 52694bbc4693cd10bcb3553e3152a1d30e7d0353
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Jun 27 20:01:29 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jun 28 13:30:43 2016 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/stan/

2016-06-28 Thread Patrice Clement
commit: f9077dbbaff67109befd00353e6f45a36db7c581
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Jun 27 20:02:38 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jun 28 13:30:54 2016 +
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  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 000..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
+}