* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2015-09-26 14:36 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2015-09-26 14:36 UTC (permalink / raw
To: gentoo-commits
commit: 40496ca69972b85b83eea7ca4744d4ce4a501c4d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 14:35:55 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 14:35:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40496ca6
dev-dotnet/pe-format: Remove dependency on sys-devel/systemd-m4
Remove the dependency on systemd-m4 macro set as the relevant code has
been inlined.
Package-Manager: portage-2.2.20
dev-dotnet/pe-format/pe-format-2.9999.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index 3921d62..5edcc5e 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -27,8 +27,6 @@ RDEPEND="!<sys-apps/openrc-0.9.4"
#if LIVE
KEYWORDS=
SRC_URI=
-
-DEPEND="sys-devel/systemd-m4"
#endif
src_configure() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2016-02-09 17:13 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2016-02-09 17:13 UTC (permalink / raw
To: gentoo-commits
commit: ea4f5bb4f2e5622d3e417d83062951213b72ab70
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 15:51:12 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 17:13:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4f5bb4
dev-dotnet/pe-format: Update systemd.eclass API (in live)
dev-dotnet/pe-format/pe-format-2.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index d5801e1..07c82fb 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
src_configure() {
local myconf=(
- "$(systemd_with_unitdir)"
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
)
econf "${myconf[@]}"
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2016-02-09 17:13 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2016-02-09 17:13 UTC (permalink / raw
To: gentoo-commits
commit: d8654e7bdf14569656af3cca47f5881d78868e52
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 17:07:53 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 17:13:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8654e7b
dev-dotnet/pe-format: Use EAPI=6 in the live ebuild
dev-dotnet/pe-format/pe-format-2.9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index 9475013..04abb35 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
#if LIVE
EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
@@ -29,6 +29,7 @@ KEYWORDS=
SRC_URI=
src_prepare() {
+ default
eautoreconf
}
#endif
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2016-02-09 17:13 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2016-02-09 17:13 UTC (permalink / raw
To: gentoo-commits
commit: 99f89814a63aebf8bed012072d2fcf5de06d3172
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 17:01:12 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 17:13:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f89814
dev-dotnet/pe-format: Use xdg-utils, add missing desktop-file-utils dep
dev-dotnet/pe-format/pe-format-2.9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index 07c82fb..9475013 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -10,7 +10,7 @@ EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
inherit autotools git-r3
#endif
-inherit fdo-mime systemd
+inherit systemd xdg-utils
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
@@ -21,6 +21,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+DEPEND="dev-util/desktop-file-utils"
RDEPEND="!<sys-apps/openrc-0.9.4"
#if LIVE
@@ -49,5 +50,5 @@ pkg_postinst() {
pe-format2-setup
eend ${?}
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2016-02-09 17:13 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2016-02-09 17:13 UTC (permalink / raw
To: gentoo-commits
commit: 4fa44f822cf98d9b35a3d86307e3b47c3ca62d1b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 17:10:54 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 17:13:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa44f82
dev-dotnet/pe-format: Revbump to backport fixes and EAPI=6 updates
dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild | 39 ++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
new file mode 100644
index 0000000..d49ad22
--- /dev/null
+++ b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit systemd xdg-utils
+
+DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
+HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
+SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-util/desktop-file-utils"
+RDEPEND="!<sys-apps/openrc-0.9.4"
+
+src_configure() {
+ local myconf=(
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+ )
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ keepdir /var/lib
+}
+
+pkg_postinst() {
+ ebegin "Calling pe-format2-setup to update handler setup"
+ pe-format2-setup
+ eend ${?}
+
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2016-02-09 17:13 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2016-02-09 17:13 UTC (permalink / raw
To: gentoo-commits
commit: 6dee848c6cbfe46a3881a35471ea208a1da0f363
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 15:49:25 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 17:13:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dee848c
dev-dotnet/pe-format: Stop using autotools-utils (in live)
dev-dotnet/pe-format/pe-format-2.9999.ebuild | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index 5edcc5e..d5801e1 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
#if LIVE
-AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
-inherit git-r3
+inherit autotools git-r3
#endif
-inherit autotools-utils fdo-mime systemd
+inherit fdo-mime systemd
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
@@ -27,17 +26,21 @@ RDEPEND="!<sys-apps/openrc-0.9.4"
#if LIVE
KEYWORDS=
SRC_URI=
+
+src_prepare() {
+ eautoreconf
+}
#endif
src_configure() {
- local myeconfargs=(
+ local myconf=(
"$(systemd_with_unitdir)"
)
- autotools-utils_src_configure
+ econf "${myconf[@]}"
}
src_install() {
- autotools-utils_src_install
+ default
keepdir /var/lib
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2016-02-09 18:28 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2016-02-09 18:28 UTC (permalink / raw
To: gentoo-commits
commit: 8c10d3a668e9cd0b5d9084ea54081aa61bf4e60e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 17:52:13 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 18:28:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c10d3a6
dev-dotnet/pe-format: Rename live to -9999 for consistency
dev-dotnet/pe-format/{pe-format-2.9999.ebuild => pe-format-9999.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild
similarity index 100%
rename from dev-dotnet/pe-format/pe-format-2.9999.ebuild
rename to dev-dotnet/pe-format/pe-format-9999.ebuild
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2016-12-21 11:28 Tobias Klausmann
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2016-12-21 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 15c5ff5b6cba9e3e05d2d836bd95cfb982b738ec
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 11:10:18 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 11:28:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c5ff5b
dev-dotnet/pe-format-2.1.2-r1: stable on amd64
Gentoo-Bug: 598848
dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
index d49ad22..395de25 100644
--- a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
DEPEND="dev-util/desktop-file-utils"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2018-01-02 6:19 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2018-01-02 6:19 UTC (permalink / raw
To: gentoo-commits
commit: 11f54dfdae25f98657a9cdf4faa376c7fde4f166
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 22:01:30 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 06:18:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f54dfd
dev-dotnet/pe-format: Clean old up
dev-dotnet/pe-format/pe-format-2.1.2.ebuild | 37 -----------------------------
1 file changed, 37 deletions(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2.ebuild
deleted file mode 100644
index 7f35a3d30e2..00000000000
--- a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils fdo-mime systemd
-
-DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
-HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="!<sys-apps/openrc-0.9.4"
-
-src_configure() {
- local myeconfargs=(
- "$(systemd_with_unitdir)"
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- keepdir /var/lib
-}
-
-pkg_postinst() {
- ebegin "Calling pe-format2-setup to update handler setup"
- pe-format2-setup
- eend ${?}
-
- fdo-mime_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2019-11-03 14:32 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-11-03 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 4647c123711a50b021d49d781503510d7c4b050c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 14:27:18 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 14:32:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4647c123
dev-dotnet/pe-format: Unifdef live ebuild
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-dotnet/pe-format/pe-format-9999.ebuild | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/dev-dotnet/pe-format/pe-format-9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild
index e9f8305fd6c..94eec319e8e 100644
--- a/dev-dotnet/pe-format/pe-format-9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-9999.ebuild
@@ -3,35 +3,24 @@
EAPI=6
-#if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
-
-inherit autotools git-r3
-#endif
-
-inherit systemd xdg-utils
+inherit autotools git-r3 systemd xdg-utils
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2"
+EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS=""
IUSE=""
DEPEND="dev-util/desktop-file-utils"
RDEPEND="!<sys-apps/openrc-0.9.4"
-#if LIVE
-KEYWORDS=
-SRC_URI=
-
src_prepare() {
default
eautoreconf
}
-#endif
src_configure() {
local myconf=(
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2019-11-03 14:32 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-11-03 14:32 UTC (permalink / raw
To: gentoo-commits
commit: dbb6eb5ecc60550fb65c06518077b041c46b4573
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 14:29:21 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 14:32:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb6eb5e
dev-dotnet/pe-format: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild | 4 ++--
dev-dotnet/pe-format/pe-format-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
index d924a2d19d8..5cbbf3d2b76 100644
--- a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit systemd xdg-utils
diff --git a/dev-dotnet/pe-format/pe-format-9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild
index ab9516eea6d..2f6905bd1df 100644
--- a/dev-dotnet/pe-format/pe-format-9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools git-r3 systemd xdg-utils
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2019-11-03 14:32 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-11-03 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 5bee40f6701cbe2225a6d13b70ead827e597db5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 14:28:44 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 14:32:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bee40f6
dev-dotnet/pe-format: Migrated to GitHub
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-dotnet/pe-format/metadata.xml | 2 +-
dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild | 4 ++--
dev-dotnet/pe-format/pe-format-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-dotnet/pe-format/metadata.xml b/dev-dotnet/pe-format/metadata.xml
index 2af76e28dbc..363b956d618 100644
--- a/dev-dotnet/pe-format/metadata.xml
+++ b/dev-dotnet/pe-format/metadata.xml
@@ -14,7 +14,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://bitbucket.org/mgorny/pe-format2/issues/</bugs-to>
+ <bugs-to>https://github.com/mgorny/pe-format2/issues/</bugs-to>
<remote-id type="bitbucket">mgorny/pe-format2</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
index d75726d5aa3..d924a2d19d8 100644
--- a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
inherit systemd xdg-utils
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
-HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/pe-format2/"
+SRC_URI="https://github.com/mgorny/pe-format2/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/dev-dotnet/pe-format/pe-format-9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild
index 94eec319e8e..ab9516eea6d 100644
--- a/dev-dotnet/pe-format/pe-format-9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-9999.ebuild
@@ -6,8 +6,8 @@ EAPI=6
inherit autotools git-r3 systemd xdg-utils
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
-HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
+HOMEPAGE="https://github.com/mgorny/pe-format2/"
+EGIT_REPO_URI="https://github.com/mgorny/pe-format2.git"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2019-12-26 11:27 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-12-26 11:27 UTC (permalink / raw
To: gentoo-commits
commit: a9029145654429b58e7248335164b5ed63a0be71
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 11:13:47 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 11:27:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9029145
dev-dotnet/pe-format: Remove outdated blocker
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild | 1 -
dev-dotnet/pe-format/pe-format-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
index 5cbbf3d2b76..74927e12279 100644
--- a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
@@ -15,7 +15,6 @@ KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="dev-util/desktop-file-utils"
-RDEPEND="!<sys-apps/openrc-0.9.4"
src_configure() {
local myconf=(
diff --git a/dev-dotnet/pe-format/pe-format-9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild
index 2f6905bd1df..d23157c8801 100644
--- a/dev-dotnet/pe-format/pe-format-9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-9999.ebuild
@@ -15,7 +15,6 @@ KEYWORDS=""
IUSE=""
DEPEND="dev-util/desktop-file-utils"
-RDEPEND="!<sys-apps/openrc-0.9.4"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
@ 2023-07-25 21:00 Conrad Kostecki
0 siblings, 0 replies; 14+ messages in thread
From: Conrad Kostecki @ 2023-07-25 21:00 UTC (permalink / raw
To: gentoo-commits
commit: ff17bcdb126563b29686d334e536b82cd24cb68f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 17 08:46:00 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 20:50:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff17bcdb
dev-dotnet/pe-format: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-dotnet/pe-format/metadata.xml | 4 ++--
dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild | 6 +++---
dev-dotnet/pe-format/pe-format-9999.ebuild | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-dotnet/pe-format/metadata.xml b/dev-dotnet/pe-format/metadata.xml
index 58dfce57a08d..fcd26b6c1ada 100644
--- a/dev-dotnet/pe-format/metadata.xml
+++ b/dev-dotnet/pe-format/metadata.xml
@@ -10,7 +10,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://github.com/mgorny/pe-format2/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/pe-format2</remote-id>
+ <bugs-to>https://github.com/projg2/pe-format2/issues/</bugs-to>
+ <remote-id type="bitbucket">projg2/pe-format2</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
index 74927e122790..691940bb7e04 100644
--- a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
inherit systemd xdg-utils
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
-HOMEPAGE="https://github.com/mgorny/pe-format2/"
-SRC_URI="https://github.com/mgorny/pe-format2/releases/download/v${PV}/${P}.tar.bz2"
+HOMEPAGE="https://github.com/projg2/pe-format2/"
+SRC_URI="https://github.com/projg2/pe-format2/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/dev-dotnet/pe-format/pe-format-9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild
index d23157c8801d..a1e24651cad2 100644
--- a/dev-dotnet/pe-format/pe-format-9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
inherit autotools git-r3 systemd xdg-utils
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
-HOMEPAGE="https://github.com/mgorny/pe-format2/"
-EGIT_REPO_URI="https://github.com/mgorny/pe-format2.git"
+HOMEPAGE="https://github.com/projg2/pe-format2/"
+EGIT_REPO_URI="https://github.com/projg2/pe-format2.git"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-07-25 21:00 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 17:13 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2023-07-25 21:00 Conrad Kostecki
2019-12-26 11:27 Michał Górny
2019-11-03 14:32 Michał Górny
2019-11-03 14:32 Michał Górny
2019-11-03 14:32 Michał Górny
2018-01-02 6:19 Michał Górny
2016-12-21 11:28 Tobias Klausmann
2016-02-09 18:28 Michał Górny
2016-02-09 17:13 Michał Górny
2016-02-09 17:13 Michał Górny
2016-02-09 17:13 Michał Górny
2016-02-09 17:13 Michał Górny
2015-09-26 14:36 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox