* [gentoo-commits] repo/gentoo:master commit in: app-misc/abduco/
@ 2016-01-08 10:27 Michael Weber
0 siblings, 0 replies; 7+ messages in thread
From: Michael Weber @ 2016-01-08 10:27 UTC (permalink / raw
To: gentoo-commits
commit: 069b7ddc74d77b55a0d8b0498172b7586e9b6f69
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 10:05:07 2016 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 10:24:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069b7ddc
app-misc/abduco: Version bump by lorem_ipsum.
Package-Manager: portage-2.2.26
app-misc/abduco/Manifest | 1 +
app-misc/abduco/abduco-0.4.ebuild | 50 +++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/app-misc/abduco/Manifest b/app-misc/abduco/Manifest
index 251c788..3b9a3df 100644
--- a/app-misc/abduco/Manifest
+++ b/app-misc/abduco/Manifest
@@ -1,2 +1,3 @@
DIST abduco-0.2.tar.gz 11499 SHA256 c8b75a903b0914dd7804d57566f571f3f5efa91e46482bfb4652400156a71912 SHA512 9e6bda1779c4eff43c0f8a44857dd3beb25948c0f0bf2ff6e12bc951655e5f5ed3304794d7966b2e1cbb2c9f3917c153a1393889791a5293bd13111e15c3db11 WHIRLPOOL b76a95c21e16946eff999a148c453a44f819423fb6ab8c3903c8266c6d805d779c7232f2aa49fc0e09a19e3b6a6448b8a6a3c178266934dd1a3dcaaa4370a07c
DIST abduco-0.3.tar.gz 11978 SHA256 934bf0b9ae25fb3f71b775387b5f281bf7d175fea79c12ec28ffdbbbb95390d4 SHA512 0bbd3a52e256738d39edf8e73e43d72fd4bcf2d240f45b8287486910777310320e239e7d1abb523a37c573dc557a0e33bf5849aa34f50f261f50c27a80db7338 WHIRLPOOL 1741f3c8d47a4f745b0fa0bed79306ca2d7dba8a936c6e66c1773205809fa1cf12f33f4c9f488eaa3c31f57d21299f17ec092926539a4fd037ebf2619e0dfb85
+DIST abduco-0.4.tar.gz 14222 SHA256 bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb SHA512 1f6df3604f5b4b59a650ccb8b6b7f9e62591154f72163350b8c8d2ffa9c392c9ebda0f958537a203e87319e275674fec6d161f18a10d49e44d0afc512c467f88 WHIRLPOOL e232bbae99cdd0c3c5b0e06f8cce73126586f9d997a03ba03720030355d603ee488df40b04343b6bfd508d2ac05dbdd2ca3bc6a62a661b140c5bd9bfc43fde12
diff --git a/app-misc/abduco/abduco-0.4.ebuild b/app-misc/abduco/abduco-0.4.ebuild
new file mode 100644
index 0000000..2506442
--- /dev/null
+++ b/app-misc/abduco/abduco-0.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils savedconfig toolchain-funcs
+
+DESCRIPTION="lightweight session manager with {de,at}tach support"
+HOMEPAGE="http://www.brain-dump.org/projects/abduco/"
+SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_prepare() {
+ sed -e 's:^PREFIX.*:PREFIX = /usr:' \
+ -e 's/-Os//' \
+ -e '/^CC/d' \
+ -i config.mk || die
+
+ sed -e "s/VERSION/${PV}/g" \
+ -i ${PN}.1 || die
+
+ sed -e '/@echo CC/d' \
+ -e 's|@${CC}|$(CC)|g' \
+ -i Makefile || die
+
+ restore_config config.def.h
+ epatch_user
+
+ tc-export CC
+}
+
+src_test() {
+ ./testsuite.sh || die
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README.md
+ doman ${PN}.1
+
+ save_config config.def.h
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/abduco/
@ 2016-01-08 10:27 Michael Weber
0 siblings, 0 replies; 7+ messages in thread
From: Michael Weber @ 2016-01-08 10:27 UTC (permalink / raw
To: gentoo-commits
commit: 827e13bbfd0035398060152e2f2e63e175d1ce00
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 10:08:43 2016 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 10:25:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827e13bb
app-misc/abduco: Drop old.
Package-Manager: portage-2.2.26
app-misc/abduco/Manifest | 1 -
app-misc/abduco/abduco-0.2.ebuild | 50 ---------------------------------------
2 files changed, 51 deletions(-)
diff --git a/app-misc/abduco/Manifest b/app-misc/abduco/Manifest
index 3b9a3df..21cb1b0 100644
--- a/app-misc/abduco/Manifest
+++ b/app-misc/abduco/Manifest
@@ -1,3 +1,2 @@
-DIST abduco-0.2.tar.gz 11499 SHA256 c8b75a903b0914dd7804d57566f571f3f5efa91e46482bfb4652400156a71912 SHA512 9e6bda1779c4eff43c0f8a44857dd3beb25948c0f0bf2ff6e12bc951655e5f5ed3304794d7966b2e1cbb2c9f3917c153a1393889791a5293bd13111e15c3db11 WHIRLPOOL b76a95c21e16946eff999a148c453a44f819423fb6ab8c3903c8266c6d805d779c7232f2aa49fc0e09a19e3b6a6448b8a6a3c178266934dd1a3dcaaa4370a07c
DIST abduco-0.3.tar.gz 11978 SHA256 934bf0b9ae25fb3f71b775387b5f281bf7d175fea79c12ec28ffdbbbb95390d4 SHA512 0bbd3a52e256738d39edf8e73e43d72fd4bcf2d240f45b8287486910777310320e239e7d1abb523a37c573dc557a0e33bf5849aa34f50f261f50c27a80db7338 WHIRLPOOL 1741f3c8d47a4f745b0fa0bed79306ca2d7dba8a936c6e66c1773205809fa1cf12f33f4c9f488eaa3c31f57d21299f17ec092926539a4fd037ebf2619e0dfb85
DIST abduco-0.4.tar.gz 14222 SHA256 bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb SHA512 1f6df3604f5b4b59a650ccb8b6b7f9e62591154f72163350b8c8d2ffa9c392c9ebda0f958537a203e87319e275674fec6d161f18a10d49e44d0afc512c467f88 WHIRLPOOL e232bbae99cdd0c3c5b0e06f8cce73126586f9d997a03ba03720030355d603ee488df40b04343b6bfd508d2ac05dbdd2ca3bc6a62a661b140c5bd9bfc43fde12
diff --git a/app-misc/abduco/abduco-0.2.ebuild b/app-misc/abduco/abduco-0.2.ebuild
deleted file mode 100644
index d696237..0000000
--- a/app-misc/abduco/abduco-0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils savedconfig toolchain-funcs
-
-DESCRIPTION="lightweight session manager with {de,at}tach support"
-HOMEPAGE="http://www.brain-dump.org/projects/abduco/"
-SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- sed -e 's:^PREFIX.*:PREFIX = /usr:' \
- -e 's/-Os//' \
- -e '/^CC/d' \
- -i config.mk || die
-
- sed -e "s/VERSION/${PV}/g" \
- -i ${PN}.1 || die
-
- sed -e '/@echo CC/d' \
- -e 's|@${CC}|$(CC)|g' \
- -i Makefile || die
-
- restore_config config.def.h
- epatch_user
-
- tc-export CC
-}
-
-src_test() {
- ./testsuite.sh || die
-}
-
-src_install() {
- dobin ${PN}
- dodoc README
- doman ${PN}.1
-
- save_config config.def.h
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/abduco/
@ 2016-01-16 9:33 Michael Weber
0 siblings, 0 replies; 7+ messages in thread
From: Michael Weber @ 2016-01-16 9:33 UTC (permalink / raw
To: gentoo-commits
commit: c802fb4f80eac86c94d62749a592ec921fc484bb
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 09:28:56 2016 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 09:28:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c802fb4f
app-misc/abduco: Version bump by lorem_ipsum.
Package-Manager: portage-2.2.26
app-misc/abduco/Manifest | 2 +-
app-misc/abduco/{abduco-0.3.ebuild => abduco-0.5.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/abduco/Manifest b/app-misc/abduco/Manifest
index 21cb1b0..fba7d73 100644
--- a/app-misc/abduco/Manifest
+++ b/app-misc/abduco/Manifest
@@ -1,2 +1,2 @@
-DIST abduco-0.3.tar.gz 11978 SHA256 934bf0b9ae25fb3f71b775387b5f281bf7d175fea79c12ec28ffdbbbb95390d4 SHA512 0bbd3a52e256738d39edf8e73e43d72fd4bcf2d240f45b8287486910777310320e239e7d1abb523a37c573dc557a0e33bf5849aa34f50f261f50c27a80db7338 WHIRLPOOL 1741f3c8d47a4f745b0fa0bed79306ca2d7dba8a936c6e66c1773205809fa1cf12f33f4c9f488eaa3c31f57d21299f17ec092926539a4fd037ebf2619e0dfb85
DIST abduco-0.4.tar.gz 14222 SHA256 bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb SHA512 1f6df3604f5b4b59a650ccb8b6b7f9e62591154f72163350b8c8d2ffa9c392c9ebda0f958537a203e87319e275674fec6d161f18a10d49e44d0afc512c467f88 WHIRLPOOL e232bbae99cdd0c3c5b0e06f8cce73126586f9d997a03ba03720030355d603ee488df40b04343b6bfd508d2ac05dbdd2ca3bc6a62a661b140c5bd9bfc43fde12
+DIST abduco-0.5.tar.gz 15790 SHA256 bf22226a4488355a7001a5dabbd1e8e3b7e7645efd1519274b956fcb8bcff086 SHA512 e0772b8eecc1fb6f16c7516a6956825b9bda4149f00f56b34e68ec3544f74c2270ba8cc2642599de26ae34d11ed78b8bba70497bfc9a79f3008f50de02ce49d8 WHIRLPOOL ffce64702323cba434768bb4864b9f8bd0e5a6768f3fd5a821081eee77dcffea33c8ab920e39471fb644ca2ff03214d04808d55804889a278417c5d6d76d3f79
diff --git a/app-misc/abduco/abduco-0.3.ebuild b/app-misc/abduco/abduco-0.5.ebuild
similarity index 93%
rename from app-misc/abduco/abduco-0.3.ebuild
rename to app-misc/abduco/abduco-0.5.ebuild
index 8dcc027..2506442 100644
--- a/app-misc/abduco/abduco-0.3.ebuild
+++ b/app-misc/abduco/abduco-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -43,7 +43,7 @@ src_test() {
src_install() {
dobin ${PN}
- dodoc README
+ dodoc README.md
doman ${PN}.1
save_config config.def.h
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/abduco/
@ 2017-05-19 10:52 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-05-19 10:52 UTC (permalink / raw
To: gentoo-commits
commit: e49cdab6cc7060f0e2ceec0e9dd3bfc5b7689f38
Author: Hendrik v. Raven <hendrik <AT> consetetur <DOT> de>
AuthorDate: Mon May 15 09:28:54 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 19 10:51:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49cdab6
app-misc/abduco: drop old
Closes: https://github.com/gentoo/gentoo/pull/4633
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-misc/abduco/Manifest | 1 -
app-misc/abduco/abduco-0.4.ebuild | 49 ---------------------------------------
2 files changed, 50 deletions(-)
diff --git a/app-misc/abduco/Manifest b/app-misc/abduco/Manifest
index 6c5374c53fc..4e95092a6b5 100644
--- a/app-misc/abduco/Manifest
+++ b/app-misc/abduco/Manifest
@@ -1,3 +1,2 @@
-DIST abduco-0.4.tar.gz 14222 SHA256 bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb SHA512 1f6df3604f5b4b59a650ccb8b6b7f9e62591154f72163350b8c8d2ffa9c392c9ebda0f958537a203e87319e275674fec6d161f18a10d49e44d0afc512c467f88 WHIRLPOOL e232bbae99cdd0c3c5b0e06f8cce73126586f9d997a03ba03720030355d603ee488df40b04343b6bfd508d2ac05dbdd2ca3bc6a62a661b140c5bd9bfc43fde12
DIST abduco-0.5.tar.gz 15790 SHA256 bf22226a4488355a7001a5dabbd1e8e3b7e7645efd1519274b956fcb8bcff086 SHA512 e0772b8eecc1fb6f16c7516a6956825b9bda4149f00f56b34e68ec3544f74c2270ba8cc2642599de26ae34d11ed78b8bba70497bfc9a79f3008f50de02ce49d8 WHIRLPOOL ffce64702323cba434768bb4864b9f8bd0e5a6768f3fd5a821081eee77dcffea33c8ab920e39471fb644ca2ff03214d04808d55804889a278417c5d6d76d3f79
DIST abduco-0.6.tar.gz 15829 SHA256 c90909e13fa95770b5afc3b59f311b3d3d2fdfae23f9569fa4f96a3e192a35f4 SHA512 3b70a5cc10f0a2743dcbdf6eebdcfcee0e4f4ff8c6ce0bf0aa9f55c3fa85ab43aa659997735e063eab36aba69f91be7bb5519f3f632bff1b9098f5179165c1f2 WHIRLPOOL 116ac3855e25ebb406d5a6d8702eb4115ee98f783113424cad67e2fab95efdb08ea641aac5f72107955ce31759dd10760ebfd14f1b21c583eea47bce7e056a16
diff --git a/app-misc/abduco/abduco-0.4.ebuild b/app-misc/abduco/abduco-0.4.ebuild
deleted file mode 100644
index 569c89575b4..00000000000
--- a/app-misc/abduco/abduco-0.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils savedconfig toolchain-funcs
-
-DESCRIPTION="lightweight session manager with {de,at}tach support"
-HOMEPAGE="http://www.brain-dump.org/projects/abduco/"
-SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- sed -e 's:^PREFIX.*:PREFIX = /usr:' \
- -e 's/-Os//' \
- -e '/^CC/d' \
- -i config.mk || die
-
- sed -e "s/VERSION/${PV}/g" \
- -i ${PN}.1 || die
-
- sed -e '/@echo CC/d' \
- -e 's|@${CC}|$(CC)|g' \
- -i Makefile || die
-
- restore_config config.def.h
- epatch_user
-
- tc-export CC
-}
-
-src_test() {
- ./testsuite.sh || die
-}
-
-src_install() {
- dobin ${PN}
- dodoc README.md
- doman ${PN}.1
-
- save_config config.def.h
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/abduco/
@ 2017-05-19 10:52 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-05-19 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 4fe6deee92505d3c7ddc0d4a18d377e2596959ea
Author: Hendrik v. Raven <hendrik <AT> consetetur <DOT> de>
AuthorDate: Mon May 15 09:26:21 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 19 10:51:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe6deee
app-misc/abduco: version bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-misc/abduco/Manifest | 1 +
app-misc/abduco/abduco-0.6.ebuild | 50 +++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/app-misc/abduco/Manifest b/app-misc/abduco/Manifest
index fba7d73699e..6c5374c53fc 100644
--- a/app-misc/abduco/Manifest
+++ b/app-misc/abduco/Manifest
@@ -1,2 +1,3 @@
DIST abduco-0.4.tar.gz 14222 SHA256 bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb SHA512 1f6df3604f5b4b59a650ccb8b6b7f9e62591154f72163350b8c8d2ffa9c392c9ebda0f958537a203e87319e275674fec6d161f18a10d49e44d0afc512c467f88 WHIRLPOOL e232bbae99cdd0c3c5b0e06f8cce73126586f9d997a03ba03720030355d603ee488df40b04343b6bfd508d2ac05dbdd2ca3bc6a62a661b140c5bd9bfc43fde12
DIST abduco-0.5.tar.gz 15790 SHA256 bf22226a4488355a7001a5dabbd1e8e3b7e7645efd1519274b956fcb8bcff086 SHA512 e0772b8eecc1fb6f16c7516a6956825b9bda4149f00f56b34e68ec3544f74c2270ba8cc2642599de26ae34d11ed78b8bba70497bfc9a79f3008f50de02ce49d8 WHIRLPOOL ffce64702323cba434768bb4864b9f8bd0e5a6768f3fd5a821081eee77dcffea33c8ab920e39471fb644ca2ff03214d04808d55804889a278417c5d6d76d3f79
+DIST abduco-0.6.tar.gz 15829 SHA256 c90909e13fa95770b5afc3b59f311b3d3d2fdfae23f9569fa4f96a3e192a35f4 SHA512 3b70a5cc10f0a2743dcbdf6eebdcfcee0e4f4ff8c6ce0bf0aa9f55c3fa85ab43aa659997735e063eab36aba69f91be7bb5519f3f632bff1b9098f5179165c1f2 WHIRLPOOL 116ac3855e25ebb406d5a6d8702eb4115ee98f783113424cad67e2fab95efdb08ea641aac5f72107955ce31759dd10760ebfd14f1b21c583eea47bce7e056a16
diff --git a/app-misc/abduco/abduco-0.6.ebuild b/app-misc/abduco/abduco-0.6.ebuild
new file mode 100644
index 00000000000..43df63cf612
--- /dev/null
+++ b/app-misc/abduco/abduco-0.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit savedconfig toolchain-funcs
+
+DESCRIPTION="lightweight session manager with {de,at}tach support"
+HOMEPAGE="http://www.brain-dump.org/projects/abduco/"
+SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_prepare() {
+ sed -e 's:^PREFIX.*:PREFIX = /usr:' \
+ -e 's/-Os//' \
+ -e '/^CC/d' \
+ -i config.mk || die
+
+ sed -e "s/VERSION/${PV}/g" \
+ -i ${PN}.1 || die
+
+ sed -e '/@echo CC/d' \
+ -e 's|@${CC}|$(CC)|g' \
+ -i Makefile || die
+
+ restore_config config.def.h
+
+ tc-export CC
+
+ default
+}
+
+src_test() {
+ ./testsuite.sh || die
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README.md
+ doman ${PN}.1
+
+ save_config config.def.h
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/abduco/
@ 2022-07-15 9:09 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-07-15 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 345ab33a25d2c4d942346f3f42f2b9aee7177c99
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 09:03:59 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 09:03:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345ab33a
app-misc/abduco: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/abduco/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-misc/abduco/metadata.xml b/app-misc/abduco/metadata.xml
index 87e7f1b6c908..95acca7ed192 100644
--- a/app-misc/abduco/metadata.xml
+++ b/app-misc/abduco/metadata.xml
@@ -8,4 +8,7 @@
detached - run in the background - and then later reattached. Together
with dvtm it provides a simpler and cleaner alternative to tmux or screen.
</longdescription>
+ <upstream>
+ <remote-id type="github">martanne/abduco</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/abduco/
@ 2022-07-15 9:09 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-07-15 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 580e92a5fd2e1bc59fffb769c13b774d75066dc5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 09:04:59 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 09:04:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580e92a5
app-misc/abduco: update EAPI 6 -> 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/abduco/abduco-0.6.ebuild | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/app-misc/abduco/abduco-0.6.ebuild b/app-misc/abduco/abduco-0.6.ebuild
index 636f2f8dd807..1baefae57e0b 100644
--- a/app-misc/abduco/abduco-0.6.ebuild
+++ b/app-misc/abduco/abduco-0.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit savedconfig toolchain-funcs
@@ -12,12 +12,10 @@ SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
src_prepare() {
+ default
+
sed -e 's:^PREFIX.*:PREFIX = /usr:' \
-e 's/-Os//' \
-e '/^CC/d' \
@@ -33,8 +31,6 @@ src_prepare() {
restore_config config.def.h
tc-export CC
-
- default
}
src_test() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-07-15 9:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-16 9:33 [gentoo-commits] repo/gentoo:master commit in: app-misc/abduco/ Michael Weber
-- strict thread matches above, loose matches on Subject: below --
2022-07-15 9:09 Sam James
2022-07-15 9:09 Sam James
2017-05-19 10:52 Michał Górny
2017-05-19 10:52 Michał Górny
2016-01-08 10:27 Michael Weber
2016-01-08 10:27 Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox