* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2011-08-04 0:42 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2011-08-04 0:42 UTC (permalink / raw
To: gentoo-commits
commit: 7fc43f468039b95287bceec8d0608ff648a96149
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Thu Aug 4 00:22:25 2011 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Aug 4 00:22:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=7fc43f46
dev-util/acr: 0.8.4
---
dev-util/acr/acr-0.8.4.ebuild | 25 +++++++++++++++++++++++++
dev-util/acr/metadata.xml | 9 +++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/dev-util/acr/acr-0.8.4.ebuild b/dev-util/acr/acr-0.8.4.ebuild
new file mode 100644
index 0000000..612138e
--- /dev/null
+++ b/dev-util/acr/acr-0.8.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+DESCRIPTION="autoconf like tool that allows you to create configure scripts"
+HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
+SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake \
+ BINDIR="${D}"/usr/bin \
+ MANDIR="${D}"/usr/share/man \
+ DATADIR="${D}"/usr/share \
+ install || die
+}
diff --git a/dev-util/acr/metadata.xml b/dev-util/acr/metadata.xml
new file mode 100644
index 0000000..328fbd1
--- /dev/null
+++ b/dev-util/acr/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2011-08-04 13:24 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2011-08-04 13:24 UTC (permalink / raw
To: gentoo-commits
commit: 93fb3e81f6eebfd547b2b097f003287ba6c9ef17
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Thu Aug 4 13:23:26 2011 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Aug 4 13:23:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=93fb3e81
dev-util/acr: 0.8.6
---
dev-util/acr/acr-0.8.6.ebuild | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/dev-util/acr/acr-0.8.6.ebuild b/dev-util/acr/acr-0.8.6.ebuild
new file mode 100644
index 0000000..0f89355
--- /dev/null
+++ b/dev-util/acr/acr-0.8.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+DESCRIPTION="autoconf like tool that allows you to create configure scripts"
+HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
+SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2011-10-27 18:02 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
To: gentoo-commits
commit: f395d003a97e6a2e4f8d0108b9efcaa461f5d25a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 16:23:13 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 16:23:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=f395d003
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
dev-util/acr/ChangeLog | 7 +++++++
dev-util/acr/metadata.xml | 1 -
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/dev-util/acr/ChangeLog b/dev-util/acr/ChangeLog
new file mode 100644
index 0000000..795dda3
--- /dev/null
+++ b/dev-util/acr/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for dev-util/acr
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Removed no-herd from herd tag in metadata.xml
+
diff --git a/dev-util/acr/metadata.xml b/dev-util/acr/metadata.xml
index 328fbd1..16bcc9f 100644
--- a/dev-util/acr/metadata.xml
+++ b/dev-util/acr/metadata.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
<maintainer>
<email>sping@gentoo.org</email>
<name>Sebastian Pipping</name>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2012-02-17 21:15 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2012-02-17 21:15 UTC (permalink / raw
To: gentoo-commits
commit: f82955c725ed033d6c08d6df645b953ccbcb05b9
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Fri Feb 17 21:14:14 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 21:14:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=f82955c7
dev-util/acr: 0.8.8
---
dev-util/acr/acr-0.8.8.ebuild | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/dev-util/acr/acr-0.8.8.ebuild b/dev-util/acr/acr-0.8.8.ebuild
new file mode 100644
index 0000000..0f89355
--- /dev/null
+++ b/dev-util/acr/acr-0.8.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+DESCRIPTION="autoconf like tool that allows you to create configure scripts"
+HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
+SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2012-03-13 1:35 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2012-03-13 1:35 UTC (permalink / raw
To: gentoo-commits
commit: 17c9fb736eed73aad0d146f17510c17a147be6e3
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Mar 13 01:34:49 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 01:34:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=17c9fb73
dev-util/acr: 0.8.9
---
dev-util/acr/acr-0.8.9.ebuild | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/dev-util/acr/acr-0.8.9.ebuild b/dev-util/acr/acr-0.8.9.ebuild
new file mode 100644
index 0000000..0f89355
--- /dev/null
+++ b/dev-util/acr/acr-0.8.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+DESCRIPTION="autoconf like tool that allows you to create configure scripts"
+HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
+SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2013-09-24 21:22 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2013-09-24 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 8d6150406f8f347da662ac2fd6d9273d0402e546
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Sep 24 21:22:42 2013 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 21:22:42 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=8d615040
dev-util/acr: 0.9.6
---
dev-util/acr/acr-0.9.6.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-util/acr/acr-0.9.6.ebuild b/dev-util/acr/acr-0.9.6.ebuild
new file mode 100644
index 0000000..0f89355
--- /dev/null
+++ b/dev-util/acr/acr-0.9.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+DESCRIPTION="autoconf like tool that allows you to create configure scripts"
+HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
+SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2013-12-24 17:15 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2013-12-24 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 45e705d29afd3256da9df8e8f03e1793798358dd
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Dec 24 17:15:06 2013 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 17:15:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=45e705d2
dev-util/acr: 0.9.8
---
dev-util/acr/acr-0.9.8.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-util/acr/acr-0.9.8.ebuild b/dev-util/acr/acr-0.9.8.ebuild
new file mode 100644
index 0000000..0f89355
--- /dev/null
+++ b/dev-util/acr/acr-0.9.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+DESCRIPTION="autoconf like tool that allows you to create configure scripts"
+HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
+SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2014-12-22 16:38 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2014-12-22 16:38 UTC (permalink / raw
To: gentoo-commits
commit: 30de6ac9e47a7f6050664e04721539301975aea5
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Dec 22 16:37:10 2014 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 16:38:12 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=30de6ac9
dev-util/acr: 0.9.9
---
dev-util/acr/acr-0.9.9.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-util/acr/acr-0.9.9.ebuild b/dev-util/acr/acr-0.9.9.ebuild
new file mode 100644
index 0000000..0d03b3f
--- /dev/null
+++ b/dev-util/acr/acr-0.9.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+DESCRIPTION="autoconf like tool that allows you to create configure scripts"
+HOMEPAGE="http://www.nopcode.org/wk.php/Acr
+ https://github.com/radare/acr"
+SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2015-06-06 9:45 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2015-06-06 9:45 UTC (permalink / raw
To: gentoo-commits
commit: fe0b0897c58fe0c805be0b63663f3b65c7895700
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 09:22:20 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 09:22:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=fe0b0897
dev-util/acr: Add github to remote-id in metadata.xml
Package-Manager: portage-2.2.20
dev-util/acr/ChangeLog | 6 ++++--
dev-util/acr/metadata.xml | 11 +++++++----
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/dev-util/acr/ChangeLog b/dev-util/acr/ChangeLog
index 795dda3..d7067aa 100644
--- a/dev-util/acr/ChangeLog
+++ b/dev-util/acr/ChangeLog
@@ -1,7 +1,9 @@
# ChangeLog for dev-util/acr
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ dev-util/acr: Add github to remote-id in metadata.xml
+
27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
-
diff --git a/dev-util/acr/metadata.xml b/dev-util/acr/metadata.xml
index 16bcc9f..38d9355 100644
--- a/dev-util/acr/metadata.xml
+++ b/dev-util/acr/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">radare/acr</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/
@ 2015-06-06 9:45 Justin Lecher
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2015-06-06 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 36dd64814947ef9af2217028923ae39c66515c71
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 09:24:16 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 09:24:16 2015 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=36dd6481
dev-util/acr: Bump to EAPI=5
Package-Manager: portage-2.2.20
dev-util/acr/ChangeLog | 5 +++++
dev-util/acr/acr-0.8.4.ebuild | 9 +++------
dev-util/acr/acr-0.8.6.ebuild | 11 ++---------
dev-util/acr/acr-0.8.8.ebuild | 11 ++---------
dev-util/acr/acr-0.8.9.ebuild | 11 ++---------
dev-util/acr/acr-0.9.6.ebuild | 11 ++---------
dev-util/acr/acr-0.9.8.ebuild | 11 ++---------
dev-util/acr/acr-0.9.9.ebuild | 14 +++-----------
8 files changed, 21 insertions(+), 62 deletions(-)
diff --git a/dev-util/acr/ChangeLog b/dev-util/acr/ChangeLog
index d7067aa..2eaa78f 100644
--- a/dev-util/acr/ChangeLog
+++ b/dev-util/acr/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> acr-0.8.4.ebuild,
+ acr-0.8.6.ebuild, acr-0.8.8.ebuild, acr-0.8.9.ebuild, acr-0.9.6.ebuild,
+ acr-0.9.8.ebuild, acr-0.9.9.ebuild:
+ dev-util/acr: Bump to EAPI=5
+
06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
dev-util/acr: Add github to remote-id in metadata.xml
diff --git a/dev-util/acr/acr-0.8.4.ebuild b/dev-util/acr/acr-0.8.4.ebuild
index 612138e..32a6161 100644
--- a/dev-util/acr/acr-0.8.4.ebuild
+++ b/dev-util/acr/acr-0.8.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
DESCRIPTION="autoconf like tool that allows you to create configure scripts"
HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
@@ -13,13 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND=""
-
src_install() {
emake \
BINDIR="${D}"/usr/bin \
MANDIR="${D}"/usr/share/man \
DATADIR="${D}"/usr/share \
- install || die
+ install
}
diff --git a/dev-util/acr/acr-0.8.6.ebuild b/dev-util/acr/acr-0.8.6.ebuild
index 0f89355..3d355ee 100644
--- a/dev-util/acr/acr-0.8.6.ebuild
+++ b/dev-util/acr/acr-0.8.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
DESCRIPTION="autoconf like tool that allows you to create configure scripts"
HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
@@ -12,10 +12,3 @@ LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/dev-util/acr/acr-0.8.8.ebuild b/dev-util/acr/acr-0.8.8.ebuild
index 0f89355..3d355ee 100644
--- a/dev-util/acr/acr-0.8.8.ebuild
+++ b/dev-util/acr/acr-0.8.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
DESCRIPTION="autoconf like tool that allows you to create configure scripts"
HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
@@ -12,10 +12,3 @@ LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/dev-util/acr/acr-0.8.9.ebuild b/dev-util/acr/acr-0.8.9.ebuild
index 0f89355..3d355ee 100644
--- a/dev-util/acr/acr-0.8.9.ebuild
+++ b/dev-util/acr/acr-0.8.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
DESCRIPTION="autoconf like tool that allows you to create configure scripts"
HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
@@ -12,10 +12,3 @@ LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/dev-util/acr/acr-0.9.6.ebuild b/dev-util/acr/acr-0.9.6.ebuild
index 0f89355..3d355ee 100644
--- a/dev-util/acr/acr-0.9.6.ebuild
+++ b/dev-util/acr/acr-0.9.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
DESCRIPTION="autoconf like tool that allows you to create configure scripts"
HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
@@ -12,10 +12,3 @@ LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/dev-util/acr/acr-0.9.8.ebuild b/dev-util/acr/acr-0.9.8.ebuild
index 0f89355..3d355ee 100644
--- a/dev-util/acr/acr-0.9.8.ebuild
+++ b/dev-util/acr/acr-0.9.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
DESCRIPTION="autoconf like tool that allows you to create configure scripts"
HOMEPAGE="http://www.nopcode.org/wk.php/Acr"
@@ -12,10 +12,3 @@ LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/dev-util/acr/acr-0.9.9.ebuild b/dev-util/acr/acr-0.9.9.ebuild
index 0d03b3f..cd65023 100644
--- a/dev-util/acr/acr-0.9.9.ebuild
+++ b/dev-util/acr/acr-0.9.9.ebuild
@@ -1,22 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=5
DESCRIPTION="autoconf like tool that allows you to create configure scripts"
-HOMEPAGE="http://www.nopcode.org/wk.php/Acr
- https://github.com/radare/acr"
+HOMEPAGE="http://www.nopcode.org/wk.php/Acr https://github.com/radare/acr"
SRC_URI="http://www.lolcathost.org/b/${P}.tar.gz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-06-06 9:46 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13 1:35 [gentoo-commits] proj/betagarden:master commit in: dev-util/acr/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2015-06-06 9:45 Justin Lecher
2015-06-06 9:45 Justin Lecher
2014-12-22 16:38 Sebastian Pipping
2013-12-24 17:15 Sebastian Pipping
2013-09-24 21:22 Sebastian Pipping
2012-02-17 21:15 Sebastian Pipping
2011-10-27 18:02 Justin Lecher
2011-08-04 13:24 Sebastian Pipping
2011-08-04 0:42 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox