From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57788138334 for ; Fri, 5 Oct 2018 21:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3216BE08F4; Fri, 5 Oct 2018 21:40:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1563E08F4 for ; Fri, 5 Oct 2018 21:40:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D17EF335CE9 for ; Fri, 5 Oct 2018 21:39:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0361F42A for ; Fri, 5 Oct 2018 21:39:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538775568.e7c5b111a56a7bf4350f3c4f6bb102f1e865031c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddate/, app-misc/ddate/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddate/Manifest app-misc/ddate/ddate-0.2.2.ebuild app-misc/ddate/files/ddate-0.2.2-dont-compress-manpage.patch app-misc/ddate/metadata.xml X-VCS-Directories: app-misc/ddate/files/ app-misc/ddate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e7c5b111a56a7bf4350f3c4f6bb102f1e865031c X-VCS-Branch: master Date: Fri, 5 Oct 2018 21:39:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 633ad9c6-098b-4e47-beaf-4ddeb509f7d0 X-Archives-Hash: adf368cbadcdb179bcf2a1cbcd60b52a commit: e7c5b111a56a7bf4350f3c4f6bb102f1e865031c Author: Conrad Kostecki kostecki com> AuthorDate: Fri Oct 5 15:12:03 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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 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 @@ - - bo0ts/ddate - + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Converts gregorian dates to discordian dates. + Sacred document of the frogs (old erisian poem): + 73 Days hath chaos, discord, confusion, bureaucracy and aftermath. + + + https://github.com/bo0ts/ddate/issues + bo0ts/ddate +