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 43DD6158041 for ; Tue, 7 Sep 2021 02:59:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE028E096C; Tue, 7 Sep 2021 02:58:58 +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 A46DBE096C for ; Tue, 7 Sep 2021 02:58:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D5DBE342A9C for ; Tue, 7 Sep 2021 02:58:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA9F1EE for ; Tue, 7 Sep 2021 02:58:54 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1630974770.77b631651a08f839e07ae5db0491d14ccfb6be75.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/smu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/smu/Manifest app-text/smu/metadata.xml app-text/smu/smu-1.5.ebuild app-text/smu/smu-9999.ebuild X-VCS-Directories: app-text/smu/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 77b631651a08f839e07ae5db0491d14ccfb6be75 X-VCS-Branch: master Date: Tue, 7 Sep 2021 02:58:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccd83e4f-d268-4e46-a244-feeb149bc61f X-Archives-Hash: 334dd3883cb0021ffa09b425b3d1104f commit: 77b631651a08f839e07ae5db0491d14ccfb6be75 Author: Nickolas Raymond Kaczynski disroot org> AuthorDate: Tue Sep 7 00:32:50 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue Sep 7 00:32:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77b63165 app-text/smu: initial import Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Nickolas Raymond Kaczynski disroot.org> app-text/smu/Manifest | 1 + app-text/smu/metadata.xml | 10 ++++++++++ app-text/smu/smu-1.5.ebuild | 31 +++++++++++++++++++++++++++++++ app-text/smu/smu-9999.ebuild | 31 +++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+) diff --git a/app-text/smu/Manifest b/app-text/smu/Manifest new file mode 100644 index 000000000..45f7f7124 --- /dev/null +++ b/app-text/smu/Manifest @@ -0,0 +1 @@ +DIST smu-1.5.tar.gz 8552 BLAKE2B 1539c32c1a3a63d47541d226de5b60946d0cb85460fa01e8f9562f82aa546f2815403027932e5d18d875f6c54db181354cb0a5036369f2b8519c0af6033f61b4 SHA512 243f6896e34acf3a21dc5b55e4aa0f99bf417917b20716d3e9997a33320e7151ecc9e889e26d87bd7be3da38b964ed496e149a7d0e4236124e000d030939a8d4 diff --git a/app-text/smu/metadata.xml b/app-text/smu/metadata.xml new file mode 100644 index 000000000..7b84464c5 --- /dev/null +++ b/app-text/smu/metadata.xml @@ -0,0 +1,10 @@ + + + + + nrk@disroot.org + + + Gottox/smu + + diff --git a/app-text/smu/smu-1.5.ebuild b/app-text/smu/smu-1.5.ebuild new file mode 100644 index 000000000..dee873a6c --- /dev/null +++ b/app-text/smu/smu-1.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Gottox/${PN}.git" +else + KEYWORDS="~amd64" + SRC_URI="https://github.com/Gottox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +fi + +DESCRIPTION="Simple markup - markdown like syntax" +HOMEPAGE="https://github.com/Gottox/smu" + +LICENSE="MIT" +SLOT="0" + +src_prepare() { + default + sed -i \ + -e '/^CFLAGS/ s|-g -O0 ||;s|-Werror ||;s|^CFLAGS =|CFLAGS +=|;' \ + -e '/^LDFLAGS/ s|^LDFLAGS =|LDFLAGS +=|' \ + config.mk || die "sed failed" +} + +src_install() { + emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install + dodoc "documentation" +} diff --git a/app-text/smu/smu-9999.ebuild b/app-text/smu/smu-9999.ebuild new file mode 100644 index 000000000..72ebfc1d5 --- /dev/null +++ b/app-text/smu/smu-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Gottox/smu.git" +else + SRC_URI="https://github.com/Gottox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Simple markup - markdown like syntax" +HOMEPAGE="https://github.com/Gottox/smu" + +LICENSE="MIT" +SLOT="0" + +src_prepare() { + default + sed -i \ + -e '/^CFLAGS/ s|-g -O0 ||;s|-Werror ||;s|^CFLAGS =|CFLAGS +=|;' \ + -e '/^LDFLAGS/ s|^LDFLAGS =|LDFLAGS +=|' \ + config.mk || die "sed failed" +} + +src_install() { + emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install + dodoc "documentation" +}