public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/colm/
Date: Sun, 17 Apr 2022 19:00:20 +0000 (UTC)	[thread overview]
Message-ID: <1650221996.21508735b9aa08a59a66f785c77c48594d7b2021.sam@gentoo> (raw)

commit:     21508735b9aa08a59a66f785c77c48594d7b2021
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 18:53:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 18:59:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21508735

dev-util/colm: drop 0.14.6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/colm/Manifest           |  1 -
 dev-util/colm/colm-0.14.6.ebuild | 58 ----------------------------------------
 2 files changed, 59 deletions(-)

diff --git a/dev-util/colm/Manifest b/dev-util/colm/Manifest
index f64fc201bd37..f6eb6efaaae0 100644
--- a/dev-util/colm/Manifest
+++ b/dev-util/colm/Manifest
@@ -1,3 +1,2 @@
 DIST colm-0.13.0.7.tar.gz 746841 BLAKE2B 7f816bafc0d1a7ea826b6cc2f5bd5fa2bffcd0eca88d5eaab757201481804dc5fa6c80fa19a550ebd9ee50a00a621690c4eed1788e0d0d3dd600db95ed8240d3 SHA512 d15cc6afeeacc4f34171261e75a7daa285529b98940272566ca6d6661d0778b18930ca72e0bce8d0a56c36c3482adfe4375c32ec66d6e77ee32544bddf35024d
-DIST colm-0.14.6.tar.gz 3110298 BLAKE2B 430c508ff9db27821baca12a458024cb2caecf2879ac3780fa6ebbc37bed30d3faf68515f21c9b31bd5f1504ab03b5ea63a24812f7117515c63261b8d1683e27 SHA512 a783817f9d348a79e93cac54c042e8366a73df287c14221b9e4a7b963385c1e32eb54d6918d0822b271dc2a0420abce84a3e1a3c9ada84968d1c20178d0310ad
 DIST colm-0.14.7.tar.gz 3110831 BLAKE2B c8be14001e8dc3340f5c55fbf8140b86237ec9462699e417f618cf44c759307eda0ede9f7a9ef897f5b8bc51d1fdf8b7360872a30b4cf07ba8191e405940030c SHA512 a5702cb8202599c75f4f4c1975d02e398f1394826f01b86039bd53a34f3ca250a7250d043a430ce6a383e6ca854fe4c72305891ab98c5f3d0ce54192423b7627

diff --git a/dev-util/colm/colm-0.14.6.ebuild b/dev-util/colm/colm-0.14.6.ebuild
deleted file mode 100644
index 827e3f051e77..000000000000
--- a/dev-util/colm/colm-0.14.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="COmputer Language Manipulation"
-HOMEPAGE="https://www.colm.net/open-source/colm/"
-SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc"
-
-BDEPEND="
-	doc? (
-		|| ( app-text/asciidoc dev-ruby/asciidoctor )
-		dev-python/pygments
-	)
-"
-# libfsm moved from ragel -> colm, bug #766108
-RDEPEND="!<dev-util/ragel-7.0.3"
-
-src_prepare() {
-	default
-
-	# bug #733426
-	sed -i -e 's/(\[ASCIIDOC\], \[asciidoc\], \[asciidoc\]/S([ASCIIDOC], [asciidoc asciidoctor]/' configure.ac || die
-
-	# bug #766069
-	sed -i -e "s:gcc:$(tc-getCC):" test/colm.d/gentests.sh || die
-	sed -i -e "s:g++:$(tc-getCXX):" test/colm.d/gentests.sh || die
-
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable doc manual)
-}
-
-src_test() {
-	# Build tests
-	default
-
-	# Run them
-	cd test || die
-	./runtests || die
-}
-
-src_install() {
-	default
-
-	# NOTE: dev-util/ragel needs the static libraries
-	# and .la files, unfortunately.
-	# (May have better luck if we use the CMake port?)
-}


             reply	other threads:[~2022-04-17 19:01 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-17 19:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29  7:34 [gentoo-commits] repo/gentoo:master commit in: dev-util/colm/ Sam James
2024-02-29  7:34 Sam James
2023-12-23 18:24 Sam James
2023-12-23 18:24 Sam James
2023-12-23 18:24 Sam James
2023-12-23 18:24 Sam James
2023-12-17  0:05 Sam James
2023-05-20  5:09 Sam James
2023-03-17 16:09 Sam James
2023-03-17 16:08 Arthur Zamarin
2022-12-03 11:03 Sam James
2022-12-02  0:46 Sam James
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-12-01 20:50 Arthur Zamarin
2022-12-01 20:49 Arthur Zamarin
2022-10-28 22:47 Pacho Ramos
2022-09-14  0:21 Sam James
2022-07-02  9:38 Matthew Smith
2022-04-19 18:34 Sam James
2022-04-19 12:46 Arthur Zamarin
2022-04-18  9:28 Agostino Sarubbo
2022-04-18  9:27 Agostino Sarubbo
2022-04-18  9:26 Agostino Sarubbo
2022-01-16 13:46 Fabian Groffen
2022-01-16  9:34 Fabian Groffen
2021-08-29 14:16 Fabian Groffen
2021-07-20 23:18 Marek Szuba
2021-05-31 20:45 David Seifert
2021-05-29 15:33 Sam James
2021-05-28 19:11 Sam James
2021-05-28  2:27 Sam James
2021-03-08 14:15 Sam James
2021-03-02 19:08 Sergei Trofimovich
2021-02-25  4:22 Sam James
2021-02-25  4:18 Sam James
2021-02-25  3:55 Sam James
2021-02-22  7:57 Joshua Kinard
2021-02-21  8:02 Sam James
2021-01-19 14:48 Sam James
2021-01-19 14:48 Sam James
2021-01-19  1:34 Sam James
2021-01-19  1:21 Sam James
2021-01-18 23:24 Sam James
2021-01-18 23:05 Sam James
2021-01-18 23:05 Sam James
2021-01-18 23:05 Sam James
2021-01-18 22:57 Sam James
2021-01-05 20:51 Sam James
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-03  9:15 Sam James
2021-01-02 11:52 Sergei Trofimovich
2021-01-01 23:00 Sam James
2020-12-29 21:26 Sam James
2020-12-29  8:36 Sam James
2020-12-28  8:18 Sam James
2020-12-10  2:13 Matt Turner
2020-12-07  3:54 Sam James
2020-07-20  6:42 Agostino Sarubbo
2020-07-18 17:06 Sam James
2020-07-14 16:38 Sergei Trofimovich
2020-07-14 15:22 Sam James
2020-07-13 16:59 Sam James
2020-07-13 16:30 Sam James
2020-07-12 12:34 Sergei Trofimovich
2020-07-11  3:39 Sam James
2020-07-10 12:36 Luca Barbato
2019-10-20 22:40 David Seifert
2019-10-20 22:37 David Seifert
2019-10-20 22:37 David Seifert
2019-06-24 15:14 Michael Haubenwallner
2018-05-24 10:16 Lars Wendler
2018-05-24  9:23 Lars Wendler
2018-05-24  9:23 Lars Wendler
2017-09-06  9:04 Lars Wendler
2017-07-26  9:51 Lars Wendler
2017-07-26  9:51 Lars Wendler
2017-07-12  7:50 Sergei Trofimovich
2017-06-26  9:21 Alexis Ballier
2016-12-10 19:50 Michał Górny
2016-07-21  8:49 Patrick Lauer
2016-02-09 13:08 Lars Wendler
2016-02-09 13:08 Lars Wendler

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=1650221996.21508735b9aa08a59a66f785c77c48594d7b2021.sam@gentoo \
    --to=sam@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