public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmwaw/
Date: Mon, 31 Aug 2015 20:49:24 +0000 (UTC)	[thread overview]
Message-ID: <1441054125.191e50c021a4719554f46fa4336138fc4feb5723.dilfridge@gentoo> (raw)

commit:     191e50c021a4719554f46fa4336138fc4feb5723
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 20:37:03 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 20:48:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191e50c0

app-text/libmwaw: Version bump; remove old

Package-Manager: portage-2.2.20.1

 app-text/libmwaw/Manifest                                 |  2 +-
 .../{libmwaw-0.3.4.ebuild => libmwaw-0.3.6.ebuild}        | 15 ++++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
index e58c265..19f087c 100644
--- a/app-text/libmwaw/Manifest
+++ b/app-text/libmwaw/Manifest
@@ -1,4 +1,4 @@
 DIST libmwaw-0.1.10.tar.xz 737680 SHA256 9a4547923c6db24e51733f91ecd74a9c479473962c94fa6ae4260e1fdd4db3dd SHA512 02c9fcaa8e71df81ccf4aeff1bc990735e1f629f7a80c1160fc8ceedcc1c53e23b7726c9e360516ebe43a730d4d38da5ecdc0b325afd2ac723dad662fd232d73 WHIRLPOOL 8858c296d13da94f7c2d13a97b7be5c43db98c596fc37779e77a4811984626f4597cd68f438bc0587a323f25c74d4d5a4a0fa5e5b564c5459c2e6101687b663f
 DIST libmwaw-0.2.0.tar.xz 808604 SHA256 c30f228681ba2fc3715c9e41fcf2c3bb2b873911acb22602ab7b2eb1eeed85bd SHA512 31a4641d30eaae8a6e4a7c38a875996c657c901efbf4b631a0575f8fa33a1bfe5c7fadfb867ba1d4c4a9ed321d304a4d1727d1d61596cedd75b6bf3bf0094094 WHIRLPOOL 81d7ad03f38d59c24fa6dcc87a586c7774c934e749becd465e8d58a54873072837c39ab52cfaf87011ddc03a24bf57aa52f804d70398c7091b42165456c22155
-DIST libmwaw-0.3.4.tar.xz 976120 SHA256 4c15e127455c35d20fb736c8941953aabf17180067cef0b4c405c1dca92bc9ea SHA512 2ea342861a6146215ee5c19ed7c90670ae9e1725b01f6a744b7234df00496cac9c3d98d1f1ec781e46ba08020a60db84eb48eb8d8b2ee5c0101e43f148996c7b WHIRLPOOL d25bf6c6cb8c0d3977cbee825c540aa85d39be5584167d6be48c9dfd4a304aa9f973c0008743d7199fb7f1f1de534aa85d9e48a00dd83ceab9f490eef9ae7d9f
 DIST libmwaw-0.3.5.tar.xz 1069012 SHA256 34fedad820078e0d51150518c51e537363d1d2d3301c203dd0cc31970281a9ef SHA512 37468ecec556eb1ace77beb36ca176675ad5c9c362409b7cf689fedfb284e5e2c9cf776337dfd3500169d3af2adb976658e6d8edac02579d59ff11f8cdb6234c WHIRLPOOL 0e6e84b9ed42be6b944fe328135d117eb61e524007a473ed259d206c8c2d2d162f075ba7f13c72f49f49fe7acd44ecfbfbaa3cc1c8eefcbd214ee2b507c8a5d0
+DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1 WHIRLPOOL ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f

diff --git a/app-text/libmwaw/libmwaw-0.3.4.ebuild b/app-text/libmwaw/libmwaw-0.3.6.ebuild
similarity index 72%
rename from app-text/libmwaw/libmwaw-0.3.4.ebuild
rename to app-text/libmwaw/libmwaw-0.3.6.ebuild
index e7c3f3a..2b4d750 100644
--- a/app-text/libmwaw/libmwaw-0.3.4.ebuild
+++ b/app-text/libmwaw/libmwaw-0.3.6.ebuild
@@ -4,15 +4,20 @@
 
 EAPI=5
 
-inherit base eutils
+EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
+inherit eutils
+[[ ${PV} == 9999 ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing many pre-OSX MAC text formats"
 HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+[[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~arm ~x86"
+
 IUSE="doc static-libs"
 
 RDEPEND="
@@ -27,6 +32,10 @@ DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
 "
 
+src_prepare() {
+	[[ ${PV} == 9999 ]] && eautoreconf
+}
+
 src_configure() {
 	# zip is hard enabled as the zlib is dep on the rdeps anyway
 	econf \


             reply	other threads:[~2015-08-31 20:49 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-31 20:49 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-24 23:12 [gentoo-commits] repo/gentoo:master commit in: app-text/libmwaw/ Agostino Sarubbo
2015-11-24 23:13 Agostino Sarubbo
2016-01-08  0:00 Manuel Rüger
2016-07-03 20:27 Andreas Hüttel
2016-09-17 21:32 Andreas Hüttel
2016-11-26 17:12 Andreas Hüttel
2016-11-29 18:40 Agostino Sarubbo
2016-11-29 18:41 Agostino Sarubbo
2016-11-29 20:27 Andreas Hüttel
2016-11-29 20:49 Andreas Hüttel
2016-12-17 15:57 Andreas Hüttel
2017-01-31 20:33 Andreas Sturmlechner
2017-04-06 22:17 Andreas Sturmlechner
2017-04-06 22:17 Andreas Sturmlechner
2017-07-27 15:27 Andreas Sturmlechner
2017-07-27 15:27 Andreas Sturmlechner
2017-09-02 15:36 Aaron Bauman
2017-09-02 15:36 Aaron Bauman
2017-09-02 18:30 Andreas Sturmlechner
2017-11-14 15:15 Manuel Rüger
2017-11-15 19:40 Andreas Sturmlechner
2017-12-26  0:59 Thomas Deutschmann
2017-12-29 18:03 Mikle Kolyada
2017-12-29 23:06 Andreas Sturmlechner
2018-04-27 21:43 Andreas Sturmlechner
2018-08-24  1:40 Thomas Deutschmann
2018-08-24  4:38 Mikle Kolyada
2018-09-19 18:35 Matt Turner
2019-04-22 16:34 Andreas Sturmlechner
2019-04-22 16:34 Andreas Sturmlechner
2019-06-09 20:16 Mikle Kolyada
2019-06-18 18:24 Thomas Deutschmann
2019-06-20 10:50 Andreas Sturmlechner
2019-07-30 21:39 Aaron Bauman
2020-04-04  1:08 Andreas Sturmlechner
2020-05-19 19:36 Mikle Kolyada
2020-05-20 13:35 Mikle Kolyada
2020-05-31 15:40 Mikle Kolyada
2020-05-31 21:09 Andreas Sturmlechner
2020-10-31  9:23 Andreas Sturmlechner
2020-10-31  9:23 Andreas Sturmlechner
2020-11-23  3:58 Sam James
2020-11-23  4:52 Sam James
2020-11-23  9:47 Sam James
2020-12-12 21:59 Andreas Sturmlechner
2021-05-15 17:03 Andreas Sturmlechner
2021-05-21 17:08 Andreas Sturmlechner
2021-06-01  9:00 Sam James
2021-06-01 10:48 Sam James
2021-06-10 15:34 Andreas Sturmlechner
2021-07-27 19:15 Andreas Sturmlechner
2021-07-27 19:15 Andreas Sturmlechner
2021-09-12 22:59 Sam James
2021-09-18 18:36 Sam James
2021-09-18 18:36 Sam James
2021-09-22 12:00 Andreas Sturmlechner
2021-11-08 22:10 Sam James
2021-11-08 23:14 Sam James
2021-12-08 15:08 Andreas Sturmlechner
2021-12-22 18:26 Arthur Zamarin
2021-12-23 10:36 Agostino Sarubbo
2021-12-25  8:25 Agostino Sarubbo
2021-12-25 10:44 Andreas Sturmlechner
2022-03-25 13:55 Jakov Smolić
2023-05-03 11:31 Andreas Sturmlechner
2023-06-01 19:15 Arthur Zamarin
2023-06-02 16:13 Arthur Zamarin
2023-06-09  6:53 Arthur Zamarin
2023-06-10  9:39 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441054125.191e50c021a4719554f46fa4336138fc4feb5723.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox