public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libnumbertext/
Date: Sun, 27 May 2018 21:34:34 +0000 (UTC)	[thread overview]
Message-ID: <1527456856.5d23d0361ddc62099a465dfad442299bb52c918b.asturm@gentoo> (raw)

commit:     5d23d0361ddc62099a465dfad442299bb52c918b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 20:56:31 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 27 21:34:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d23d036

app-text/libnumbertext: New package

Closes: https://bugs.gentoo.org/656124
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/libnumbertext/Manifest                    |  1 +
 .../libnumbertext/libnumbertext-1.0_beta2.ebuild   | 35 ++++++++++++++++++++++
 app-text/libnumbertext/metadata.xml                |  8 +++++
 3 files changed, 44 insertions(+)

diff --git a/app-text/libnumbertext/Manifest b/app-text/libnumbertext/Manifest
new file mode 100644
index 00000000000..64923abc106
--- /dev/null
+++ b/app-text/libnumbertext/Manifest
@@ -0,0 +1 @@
+DIST libnumbertext-1.0_beta2.tar.gz 407135 BLAKE2B 6fecc6c885fbd9a2a701e5d3c10d38205e2d66a9e1e26609da8dd3ae92d2a954528ba011e7442fee0f4ffb3035ebe9381076a3eaac368e15a98a02508828997c SHA512 0db0e800495507b6173a134b1d2e681c326df56fc6fdaf5ae9e69e9f10ccfde1ad13b2150fb6120d15bd401c348a58570cbcad1b0be01fd80e24b67a67fd236a

diff --git a/app-text/libnumbertext/libnumbertext-1.0_beta2.ebuild b/app-text/libnumbertext/libnumbertext-1.0_beta2.ebuild
new file mode 100644
index 00000000000..9145fa33adb
--- /dev/null
+++ b/app-text/libnumbertext/libnumbertext-1.0_beta2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Number to number name and money text conversion libraries"
+HOMEPAGE="https://github.com/Numbertext/libnumbertext"
+SRC_URI="https://github.com/Numbertext/${PN}/archive/${PV/_/.}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P/_/.}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-werror
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}

diff --git a/app-text/libnumbertext/metadata.xml b/app-text/libnumbertext/metadata.xml
new file mode 100644
index 00000000000..13ce236ee51
--- /dev/null
+++ b/app-text/libnumbertext/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>office@gentoo.org</email>
+		<name>Gentoo Office project</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2018-05-27 21:34 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-27 21:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-31 21:16 [gentoo-commits] repo/gentoo:master commit in: app-text/libnumbertext/ Andreas Sturmlechner
2018-05-31 21:16 Andreas Sturmlechner
2018-06-12 16:29 Andreas Sturmlechner
2018-06-12 16:29 Andreas Sturmlechner
2018-07-06  6:33 Andreas Sturmlechner
2018-07-06  6:33 Andreas Sturmlechner
2018-07-22 19:33 Mikle Kolyada
2018-09-17 17:28 Mart Raudsepp
2018-09-19 18:35 Matt Turner
2018-10-16 20:03 Andreas Sturmlechner
2018-12-13 10:38 Andreas Sturmlechner
2019-01-02  9:57 Mikle Kolyada
2019-01-08 19:56 Thomas Deutschmann
2019-08-01 16:09 Aaron Bauman
2020-05-28 17:09 Andreas Sturmlechner
2020-05-28 17:09 Andreas Sturmlechner
2020-06-03 18:47 Andreas Sturmlechner
2020-09-29 19:10 Sam James
2020-10-04  0:34 Sam James
2020-10-18 15:11 Thomas Deutschmann
2020-10-18 20:13 Andreas Sturmlechner
2021-02-01 21:54 Andreas Sturmlechner
2021-03-07 13:18 Mikle Kolyada
2021-03-07 15:54 Thomas Deutschmann
2021-03-08 10:27 Sam James
2021-03-08 21:14 Andreas Sturmlechner
2022-02-03  3:41 Sam James
2022-02-03  3:42 Sam James
2022-02-03  3:42 Sam James
2022-02-03  8:51 Andreas Sturmlechner
2022-04-07 14:21 Andreas Sturmlechner
2022-06-14 15:20 Andreas Sturmlechner
2022-11-16 19:30 Andreas Sturmlechner
2022-11-21 17:52 Arthur Zamarin
2022-11-23  2:26 Sam James
2022-12-02 18:47 Arthur Zamarin
2023-03-07  0:18 Yixun Lan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1527456856.5d23d0361ddc62099a465dfad442299bb52c918b.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox