app-misc/ddate: bump to version 0.2.2
authorConrad Kostecki <conrad@kostecki.com>
Fri, 5 Oct 2018 15:12:03 +0000 (17:12 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 5 Oct 2018 21:39:28 +0000 (23:39 +0200)
Closes: https://bugs.gentoo.org/667822
Signed-off-by: Conrad Kostecki <conrad@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@gentoo.org>
app-misc/ddate/Manifest
app-misc/ddate/ddate-0.2.2.ebuild [new file with mode: 0644]
app-misc/ddate/files/ddate-0.2.2-dont-compress-manpage.patch [new file with mode: 0644]
app-misc/ddate/metadata.xml

index 1cfa94ead9daaee76410c58a02f8ef78d8b4f15d..94f2e192614950eae4e235da3d9736414810d406 100644 (file)
@@ -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 (file)
index 0000000..ed2ea3d
--- /dev/null
@@ -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 (file)
index 0000000..1eacf8a
--- /dev/null
@@ -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)
index 62bf9ab7eebb2eecefe6432ac1905d3fe8b743da..5326117a6b3475e270d1d884012562a3f9e90f60 100644 (file)
@@ -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+gentoo@bl4ckb0x.de</email>
+               <name>Conrad Kostecki</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@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>