* [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/
@ 2016-10-15 13:54 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-10-15 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 3e1d288d00e0acdb820c9029fc139688afdbafbc
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 13:43:13 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 13:54:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1d288d
app-cdr/b5i2iso: Remove references to berlios.de
Package-Manager: portage-2.3.1
app-cdr/b5i2iso/b5i2iso-0.2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
index ccb7283..2990786 100644
--- a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
+++ b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=6
inherit toolchain-funcs
DESCRIPTION="BlindWrite image to ISO image file converter"
-HOMEPAGE="http://developer.berlios.de/projects/b5i2iso/"
-#SRC_URI="mirror://berlios/${PN}/${PN}.tar.bz2"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${PN}.tar.bz2"
LICENSE="GPL-2"
@@ -21,5 +21,5 @@ src_compile() {
}
src_install() {
- dobin ${PN} || die
+ dobin ${PN}
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/
@ 2018-01-06 10:32 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-01-06 10:32 UTC (permalink / raw
To: gentoo-commits
commit: f22464a4b0e2ee8a0d41e87d5eff793460deea95
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 10:24:17 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 10:32:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22464a4
app-cdr/b5i2iso: Remove proxied maintainer
Bug: https://bugs.gentoo.org/618864
app-cdr/b5i2iso/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-cdr/b5i2iso/metadata.xml b/app-cdr/b5i2iso/metadata.xml
index b59c10b746f..11f5a93ba0e 100644
--- a/app-cdr/b5i2iso/metadata.xml
+++ b/app-cdr/b5i2iso/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>yegortimoshenko@gmail.com</email>
- <name>Yegor Timoshenko</name>
-</maintainer>
+ <!--maintainer-needed-->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/
@ 2018-01-07 5:50 Michael Palimaka
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2018-01-07 5:50 UTC (permalink / raw
To: gentoo-commits
commit: b0e329172cc6dad24f7dcb9ddc4684c9b7b68260
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 05:49:41 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 05:50:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e32917
app-cdr/b5i2iso: stabilise 0.2-r1 for amd64/x86
Package-Manager: Portage-2.3.14, Repoman-2.3.6
app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
index 4fa52024758..f45009e3c80 100644
--- a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
+++ b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${PN}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x64-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
PATCHES=( "${FILESDIR}/${P}-segfault.patch" )
S=${WORKDIR}/${PN}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/
@ 2018-01-07 5:50 Michael Palimaka
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2018-01-07 5:50 UTC (permalink / raw
To: gentoo-commits
commit: 014bac24a04a5e5242156bf13e04c325653e152b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 05:49:58 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 05:50:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014bac24
app-cdr/b5i2iso: remove 0.2-r0
Package-Manager: Portage-2.3.14, Repoman-2.3.6
app-cdr/b5i2iso/b5i2iso-0.2.ebuild | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
deleted file mode 100644
index 7790eb38d22..00000000000
--- a/app-cdr/b5i2iso/b5i2iso-0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="BlindWrite image to ISO image file converter"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${PN}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- $(tc-getCC) ${LDFLAGS} ${CFLAGS} src/${PN}.c -o ${PN} || die
-}
-
-src_install() {
- dobin ${PN}
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/
@ 2019-08-15 9:21 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-08-15 9:21 UTC (permalink / raw
To: gentoo-commits
commit: 56d4bc18da2e252bf5c761521912062c84ae0147
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 09:13:34 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 09:21:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d4bc18
app-cdr/b5i2iso: Version the distfile
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-cdr/b5i2iso/Manifest | 2 +-
app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-cdr/b5i2iso/Manifest b/app-cdr/b5i2iso/Manifest
index 417035a7b06..d9a24b41845 100644
--- a/app-cdr/b5i2iso/Manifest
+++ b/app-cdr/b5i2iso/Manifest
@@ -1 +1 @@
-DIST b5i2iso.tar.bz2 7503 BLAKE2B a1ac74596213845c49dd007390445640ebe6226ae6273f4e05d567c58badb2ca2698c06951be7348c63c89920dd8034e376343d387665ae08ee13747efcf903b SHA512 2ec6ce30225370898aee9876937b70ee38ed68b6515bef13eb010f1ef1970894995461d5dc5f44ac24d2e7e682774e4fc3c6d2bdde8f744129a3f6103b50f9e4
+DIST b5i2iso-0.2.tar.bz2 7503 BLAKE2B a1ac74596213845c49dd007390445640ebe6226ae6273f4e05d567c58badb2ca2698c06951be7348c63c89920dd8034e376343d387665ae08ee13747efcf903b SHA512 2ec6ce30225370898aee9876937b70ee38ed68b6515bef13eb010f1ef1970894995461d5dc5f44ac24d2e7e682774e4fc3c6d2bdde8f744129a3f6103b50f9e4
diff --git a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
index f45009e3c80..66b67deee95 100644
--- a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
+++ b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -6,7 +6,7 @@ inherit toolchain-funcs
DESCRIPTION="Convert CD images from b5i (BlindWrite) to iso"
HOMEPAGE="https://web.archive.org/web/20100116120705/b5i2iso.berlios.de"
-SRC_URI="mirror://gentoo/${PN}.tar.bz2"
+SRC_URI="mirror://gentoo/${PN}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/
@ 2021-01-06 12:53 Fabian Groffen
0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2021-01-06 12:53 UTC (permalink / raw
To: gentoo-commits
commit: b3fafd0912d557599fbfddbd68c958e0f590e5ba
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 12:52:27 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 12:52:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fafd09
app-cdr/b5i2iso: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
index 3b1cee7804d..2257660d9df 100644
--- a/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
+++ b/app-cdr/b5i2iso/b5i2iso-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
PATCHES=( "${FILESDIR}/${P}-segfault.patch" )
S=${WORKDIR}/${PN}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-01-06 12:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-07 5:50 [gentoo-commits] repo/gentoo:master commit in: app-cdr/b5i2iso/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2021-01-06 12:53 Fabian Groffen
2019-08-15 9:21 Michał Górny
2018-01-07 5:50 Michael Palimaka
2018-01-06 10:32 Michał Górny
2016-10-15 13:54 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox