commit:     e7c5b111a56a7bf4350f3c4f6bb102f1e865031c
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Fri Oct  5 15:12:03 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 21:39:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c5b111

app-misc/ddate: bump to version 0.2.2

Closes: https://bugs.gentoo.org/667822
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10078
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/ddate/Manifest                              |  1 +
 app-misc/ddate/ddate-0.2.2.ebuild                    | 20 ++++++++++++++++++++
 .../files/ddate-0.2.2-dont-compress-manpage.patch    | 20 ++++++++++++++++++++
 app-misc/ddate/metadata.xml                          | 20 +++++++++++++++++---
 4 files changed, 58 insertions(+), 3 deletions(-)

diff --git a/app-misc/ddate/Manifest b/app-misc/ddate/Manifest
index 1cfa94ead9d..94f2e192614 100644
--- a/app-misc/ddate/Manifest
+++ b/app-misc/ddate/Manifest
@@ -1 +1,2 @@
 DIST ddate-0.2.1.tar.gz 7757 BLAKE2B 
b2899b325d5cb45b2aa2460fa900740c41c7790823958fcd1cf971713d61283e050737b0cecdd1988c60718e2741ba1d3a0a48442b4013d9727db6a3765da882
 SHA512 
377ae4be0ddd2386de726603116ec64a524f2f4263cb30d2cd8f10024659f5fee552cf13de45cbaad36c93d2dfd16c0667993d67a37ba2276a96ca052265c714
+DIST ddate-0.2.2.tar.gz 8049 BLAKE2B 
7a987595b2dc399a5fc254891b92af84c9f94830f65c756f75db30c1e4db008ad715608ad37d53f3b73f3f5263023c066c546eb7536dc7439ded3650996be001
 SHA512 
5d148e030bee392eb93c5ae519061af0736f2f75eaae916e3efaf927d9f4de8cc72afc4a5121b6fbc0264b73e9f580330a38b97bb78837d447d0b4c1fc29ec06

diff --git a/app-misc/ddate/ddate-0.2.2.ebuild 
b/app-misc/ddate/ddate-0.2.2.ebuild
new file mode 100644
index 00000000000..ed2ea3d7453
--- /dev/null
+++ b/app-misc/ddate/ddate-0.2.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils
+
+DESCRIPTION="Perpetual date converter from gregorian to poee calendar"
+HOMEPAGE="https://github.com/bo0ts/ddate";
+SRC_URI="https://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+LICENSE="public-domain"
+SLOT="0"
+
+RDEPEND="!sys-apps/util-linux[ddate]"
+
+DOCS=( "README.org" )
+
+PATCHES=( "${FILESDIR}/${P}-dont-compress-manpage.patch" )

diff --git a/app-misc/ddate/files/ddate-0.2.2-dont-compress-manpage.patch 
b/app-misc/ddate/files/ddate-0.2.2-dont-compress-manpage.patch
new file mode 100644
index 00000000000..1eacf8ae3a1
--- /dev/null
+++ b/app-misc/ddate/files/ddate-0.2.2-dont-compress-manpage.patch
@@ -0,0 +1,20 @@
+--- a/CMakeLists.txt   2014-06-20 14:56:55.000000000 +0200
++++ b/CMakeLists.txt   2018-10-05 17:03:43.000000000 +0200
+@@ -4,15 +4,9 @@
+ 
+ add_executable(ddate ddate.c)
+ 
+-add_custom_command( OUTPUT ddate.1.gz
+-  COMMAND gzip -c -9 ${CMAKE_SOURCE_DIR}/ddate.1 >> 
${CMAKE_CURRENT_BINARY_DIR}/ddate.1.gz
+-  DEPENDS ${CMAKE_SOURCE_DIR}/ddate.1
+-  COMMENT "gzipping manpage"
+-  )
+-
+ add_custom_target( manpage ALL
+-  DEPENDS ddate.1.gz
++  DEPENDS ddate.1
+   )
+ 
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ddate.1.gz DESTINATION 
share/man/man1)
++install(FILES ${CMAKE_SOURCE_DIR}/ddate.1 DESTINATION share/man/man1)
+ install(TARGETS ddate DESTINATION bin)

diff --git a/app-misc/ddate/metadata.xml b/app-misc/ddate/metadata.xml
index 62bf9ab7eeb..5326117a6b3 100644
--- a/app-misc/ddate/metadata.xml
+++ b/app-misc/ddate/metadata.xml
@@ -1,7 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <upstream>
-    <remote-id type="github">bo0ts/ddate</remote-id>
-  </upstream>
+       <maintainer type="person">
+               <email>ck+gen...@bl4ckb0x.de</email>
+               <name>Conrad Kostecki</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <longdescription>
+               Converts gregorian dates to discordian dates.
+               Sacred document of the frogs (old erisian poem):
+               73 Days hath chaos, discord, confusion, bureaucracy and 
aftermath.
+       </longdescription>
+       <upstream>
+               <bugs-to>https://github.com/bo0ts/ddate/issues</bugs-to>
+               <remote-id type="github">bo0ts/ddate</remote-id>
+       </upstream>
 </pkgmetadata>

Reply via email to