* [gentoo-commits] repo/gentoo:master commit in: dev-util/autodia/
@ 2018-10-20 16:36 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-10-20 16:36 UTC (permalink / raw
To: gentoo-commits
commit: 454700dd7dbe4371a5f7758a46a5dbadd4aca51b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 15:36:32 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 16:35:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454700dd
dev-util/autodia: sources only available in mirrors
Closes: https://bugs.gentoo.org/653598
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-util/autodia/autodia-2.140.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/autodia/autodia-2.140.0-r1.ebuild b/dev-util/autodia/autodia-2.140.0-r1.ebuild
index da836e9aeda..656e77b1bd8 100644
--- a/dev-util/autodia/autodia-2.140.0-r1.ebuild
+++ b/dev-util/autodia/autodia-2.140.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ inherit perl-app multilib
DESCRIPTION="Parses source code, XML or data and produces an XML document in Dia format"
HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}"
-SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${MY_PN}-2.14-dbi.patch.gz"
+SRC_URI+=" mirror://gentoo/${MY_PN}-2.14-dbi.patch.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/autodia/
@ 2019-10-17 3:27 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2019-10-17 3:27 UTC (permalink / raw
To: gentoo-commits
commit: cc85343f5379f170d52fb0264d8bdad4fe98fccc
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 03:26:28 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 03:26:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc85343f
dev-util/autodia: revbump: EAPI=7, perl-module.eclass
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-util/autodia/autodia-2.140.0-r2.ebuild | 35 ++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/dev-util/autodia/autodia-2.140.0-r2.ebuild b/dev-util/autodia/autodia-2.140.0-r2.ebuild
new file mode 100644
index 00000000000..0798ccd75ec
--- /dev/null
+++ b/dev-util/autodia/autodia-2.140.0-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_NAME=Autodia
+DIST_VERSION=2.14
+DIST_AUTHOR=TEEJAY
+inherit perl-module
+
+DESCRIPTION="Parses source code, XML or data and produces an XML document in Dia format"
+HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}"
+SRC_URI+=" mirror://gentoo/${DIST_NAME}-2.14-dbi.patch.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="graphviz test"
+
+RDEPEND="
+ dev-perl/Template-Toolkit
+ dev-perl/XML-Simple
+ graphviz? (
+ dev-perl/GraphViz
+ )
+"
+BDEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ )
+"
+
+PATCHES=( "${WORKDIR}"/${DIST_NAME}-2.14-dbi.patch )
+
+mydoc="DEVELOP"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/autodia/
@ 2019-10-23 3:23 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2019-10-23 3:23 UTC (permalink / raw
To: gentoo-commits
commit: deb6f86f2d31ce5379ccda7478d739f8648ff888
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 03:23:21 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 03:23:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb6f86f
dev-util/autodia: Remove old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-util/autodia/autodia-2.140.0-r1.ebuild | 36 ------------------------------
1 file changed, 36 deletions(-)
diff --git a/dev-util/autodia/autodia-2.140.0-r1.ebuild b/dev-util/autodia/autodia-2.140.0-r1.ebuild
deleted file mode 100644
index 656e77b1bd8..00000000000
--- a/dev-util/autodia/autodia-2.140.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN=Autodia
-MODULE_VERSION=2.14
-MODULE_AUTHOR=TEEJAY
-GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
-inherit perl-app multilib
-
-DESCRIPTION="Parses source code, XML or data and produces an XML document in Dia format"
-HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}"
-SRC_URI+=" mirror://gentoo/${MY_PN}-2.14-dbi.patch.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="graphviz test"
-
-RDEPEND="
- dev-perl/Template-Toolkit
- dev-perl/XML-Simple
- graphviz? (
- dev-perl/GraphViz
- )
-"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Pod
- )
-"
-
-SRC_TEST=do
-PATCHES=( "${WORKDIR}"/${MY_PN}-2.14-dbi.patch )
-mydoc="DEVELOP"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/autodia/
@ 2020-02-08 18:55 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2020-02-08 18:55 UTC (permalink / raw
To: gentoo-commits
commit: b2083497c832cdcb5f47225ac73a22de4a67a68d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 18:54:50 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 18:54:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2083497
dev-util/autodia: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-util/autodia/autodia-2.140.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/autodia/autodia-2.140.0-r2.ebuild b/dev-util/autodia/autodia-2.140.0-r2.ebuild
index 4e8cb2652bf..74fb18c1b9f 100644
--- a/dev-util/autodia/autodia-2.140.0-r2.ebuild
+++ b/dev-util/autodia/autodia-2.140.0-r2.ebuild
@@ -9,7 +9,7 @@ DIST_AUTHOR=TEEJAY
inherit perl-module
DESCRIPTION="Parses source code, XML or data and produces an XML document in Dia format"
-HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}"
+HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ https://metacpan.org/release/Autodia"
SRC_URI+=" mirror://gentoo/${DIST_NAME}-2.14-dbi.patch.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-08 18:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-20 16:36 [gentoo-commits] repo/gentoo:master commit in: dev-util/autodia/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2019-10-17 3:27 Andreas K. Hüttel
2019-10-23 3:23 Andreas K. Hüttel
2020-02-08 18:55 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox