public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/mencal/
@ 2016-05-30 11:48 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-05-30 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     72b34d633d324737c76d85dbee129e59ad91ff12
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 11:20:44 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon May 30 11:21:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b34d63

app-misc/mencal: Version bump. EAPI 6 bump.

Package-Manager: portage-2.2.28

 app-misc/mencal/Manifest          |  1 +
 app-misc/mencal/mencal-3.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-misc/mencal/Manifest b/app-misc/mencal/Manifest
index e8af5a3..53c0081 100644
--- a/app-misc/mencal/Manifest
+++ b/app-misc/mencal/Manifest
@@ -1 +1,2 @@
 DIST mencal-2.3.tar.gz 19169 SHA256 cdab443a349572b811cfde7b194ad9ccb56989942b358d43b1a81047fa1a0f44 SHA512 1c65015aa62ad1572d0d2f49a40e5fd02762a82c729bcd09657087d9e20b0d7ad1a5d6bc9729f522cf35f0752193bf70614e4cf7ed06c5940b0c7dd4f2746ea4 WHIRLPOOL e9c27cb03a848b6e6478cf2b67e40e57084ad4a420a7e462f33df2b1d73bb89c8236f8dff0fa3fc5c85c423260969bccb6bd12cdeeaded3d700c32c25476ae3c
+DIST mencal-3.0.tar.gz 19560 SHA256 9328d0b2f3f57847e8753c5184531f4832be7123d1b6623afdff892074c03080 SHA512 0a99af941b9cea4923a90065813d8434c908d52e4ead1309114a28b565ca8b8e81cf132740be4ab88159b61628c22fba65cd8a74213b58d4db69a2f315d737eb WHIRLPOOL 4a81e9f328a324939c568de707466a1d00ccdbd74d23aa109119f5d15d6256e95d2b6e48e620ec05c22c30a668435695f478c3411043e3e5811107b930ceaf33

diff --git a/app-misc/mencal/mencal-3.0.ebuild b/app-misc/mencal/mencal-3.0.ebuild
new file mode 100644
index 0000000..52d342c
--- /dev/null
+++ b/app-misc/mencal/mencal-3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Calendar to track menstruation cycles"
+HOMEPAGE="http://www.kyberdigi.cz/projects/mencal/english.html"
+SRC_URI="http://www.kyberdigi.cz/projects/mencal/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~mips ~alpha ~hppa ~ia64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	dobin "${PN}"
+	dodoc README
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/mencal/
@ 2017-01-20 21:19 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-01-20 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     25f6e16a9d613f58aa74c8b045b70d78813f56fe
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 21:39:44 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:19:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f6e16a

app-misc/mencal: install docs using einstalldocs.

Package-Manager: portage-2.3.0

 app-misc/mencal/mencal-3.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/mencal/mencal-3.0.ebuild b/app-misc/mencal/mencal-3.0.ebuild
index 52d342c..3562ebd 100644
--- a/app-misc/mencal/mencal-3.0.ebuild
+++ b/app-misc/mencal/mencal-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,9 @@ IUSE=""
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"
 
+DOCS=( README )
+
 src_install() {
 	dobin "${PN}"
-	dodoc README
+	einstalldocs
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/mencal/
@ 2017-04-18 21:58 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-04-18 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     5d91d740d94854c1737801eca9b0851a8ef87b2f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 21:58:27 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 21:58:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d91d740

app-misc/mencal: stable for amd64 and the remaining arches using the ALLARCHES policy.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/mencal/mencal-3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mencal/mencal-3.0.ebuild b/app-misc/mencal/mencal-3.0.ebuild
index 038de0dfc48..0e2e70652cb 100644
--- a/app-misc/mencal/mencal-3.0.ebuild
+++ b/app-misc/mencal/mencal-3.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.kyberdigi.cz/projects/mencal/files/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~mips ~alpha ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc sparc ~mips alpha ~hppa ia64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="dev-lang/perl"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/mencal/
@ 2017-04-18 21:58 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-04-18 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7133b7f873e649bf6cfe2ca9c45ae91ceeb67aa1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 21:58:50 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 21:58:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7133b7f8

app-misc/mencal: clean up old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/mencal/Manifest          |  1 -
 app-misc/mencal/mencal-2.3.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/app-misc/mencal/Manifest b/app-misc/mencal/Manifest
index 53c008140a5..bb597672c69 100644
--- a/app-misc/mencal/Manifest
+++ b/app-misc/mencal/Manifest
@@ -1,2 +1 @@
-DIST mencal-2.3.tar.gz 19169 SHA256 cdab443a349572b811cfde7b194ad9ccb56989942b358d43b1a81047fa1a0f44 SHA512 1c65015aa62ad1572d0d2f49a40e5fd02762a82c729bcd09657087d9e20b0d7ad1a5d6bc9729f522cf35f0752193bf70614e4cf7ed06c5940b0c7dd4f2746ea4 WHIRLPOOL e9c27cb03a848b6e6478cf2b67e40e57084ad4a420a7e462f33df2b1d73bb89c8236f8dff0fa3fc5c85c423260969bccb6bd12cdeeaded3d700c32c25476ae3c
 DIST mencal-3.0.tar.gz 19560 SHA256 9328d0b2f3f57847e8753c5184531f4832be7123d1b6623afdff892074c03080 SHA512 0a99af941b9cea4923a90065813d8434c908d52e4ead1309114a28b565ca8b8e81cf132740be4ab88159b61628c22fba65cd8a74213b58d4db69a2f315d737eb WHIRLPOOL 4a81e9f328a324939c568de707466a1d00ccdbd74d23aa109119f5d15d6256e95d2b6e48e620ec05c22c30a668435695f478c3411043e3e5811107b930ceaf33

diff --git a/app-misc/mencal/mencal-2.3.ebuild b/app-misc/mencal/mencal-2.3.ebuild
deleted file mode 100644
index ecb2acc637c..00000000000
--- a/app-misc/mencal/mencal-2.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A calendar that can be used to track menstruation (or other) cycles conveniently"
-HOMEPAGE="http://www.kyberdigi.cz/projects/mencal/english.html"
-SRC_URI="http://www.kyberdigi.cz/projects/mencal/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc sparc ~mips alpha ~hppa amd64 ia64 ~ppc64"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-src_install() {
-	dobin mencal
-	dodoc README
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-18 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-20 21:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/mencal/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2017-04-18 21:58 Patrice Clement
2017-04-18 21:58 Patrice Clement
2016-05-30 11:48 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox