commit:     b056b218d64cf00cdc9cd387fce0c4ddfaf1d9da
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 19:37:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 19:37:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b056b218

dev-util/ragel: drop 7.0.3

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

 dev-util/ragel/Manifest           |  1 -
 dev-util/ragel/ragel-7.0.3.ebuild | 61 ---------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/dev-util/ragel/Manifest b/dev-util/ragel/Manifest
index a91728a73293..52d2fb4478d4 100644
--- a/dev-util/ragel/Manifest
+++ b/dev-util/ragel/Manifest
@@ -1,4 +1,3 @@
 DIST ragel-6.10.tar.gz 1232993 BLAKE2B 
401e7a53b062ecd7ec98337866eb2dc0af0ac90e5d04ee304fd2a867b7b6f390985297a7ed57ce65e88b719598efbdd431bac8f53cee24199b795deb0e89da6b
 SHA512 
6c1fe4f6fa8546ae28b92ccfbae94355ff0d3cea346b9ae8ce4cf6c2bdbeb823e0ccd355332643ea72d3befd533a8b3030ddbf82be7ffa811c2c58cbb01aaa38
 DIST ragel-7.0.0.12.tar.gz 1543127 BLAKE2B 
c3024c55eb5397f78159da83e318923529d3c1f10cc802564ac13c39b18c261166e27e4f315bbaa49e7eb9afa6840ca72aa62d7ae14d46f20865db64e3ab6759
 SHA512 
32ec90eddfd209e50995f21b9a5fcddd2b94279828227d367d990d7bfa8e4412682631d4e6ae5081871bac23d96153b96fb4494b991c70bf38df8cc0ddc8866d
-DIST ragel-7.0.3.tar.gz 1656577 BLAKE2B 
3a9ce560894714a3801039fb944d3c914f2647a0b76bba4a7b790f8d569eb2e9eb807ab4d8af067560b274692be2d98c5dc28632e11c853893971585e847d48e
 SHA512 
16bcb4b44a3ca94918d6c3e4bce468620cc691bf74cb69f0a264c41cbcffd595f897aa18e300952b60a68e680e1223532bbf9e500168d35d92a6559c190f6e78
 DIST ragel-7.0.4.tar.gz 1656687 BLAKE2B 
d96444f6b8dc356b9effa6c5032952ffb2526833f90fcb63c7f6c293a73a70ba057995426ba789d237c61dee5e3aa1ab53ec3193bd31c9c4b994193910219d13
 SHA512 
effa7021f5ce854ab9d2346c6cd8105ad6cbcbbbf59023c9cc704dc9720969221c9eb1e2c776063fcb6375900d457183f63892505615a878fc52c0f238f6921c

diff --git a/dev-util/ragel/ragel-7.0.3.ebuild 
b/dev-util/ragel/ragel-7.0.3.ebuild
deleted file mode 100644
index a411580fcd79..000000000000
--- a/dev-util/ragel/ragel-7.0.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Compiles finite state machines from regular languages into 
executable code"
-HOMEPAGE="https://www.colm.net/open-source/ragel/";
-SRC_URI="https://www.colm.net/files/ragel/${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"
-
-# Notes from bug #766090
-# dev-libs/libxml2's xmllint ends up being called by asciidoc here
-# app-text/dblatex too
-# app-text/ghostscript-gpl too
-BDEPEND="
-       doc? (
-               || ( app-text/asciidoc dev-ruby/asciidoctor )
-               app-text/dblatex
-               app-text/ghostscript-gpl
-               dev-libs/libxml2
-               dev-texlive/texlive-latex
-               dev-python/pygments
-               media-gfx/transfig
-       )
-"
-DEPEND="~dev-util/colm-0.14.6"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       default
-
-       # Fix hardcoded search dir
-       sed -i -e "s:\$withval/lib:\$withval/$(get_libdir):" configure.ac || die
-
-       # Allow either asciidoctor or asciidoc
-       # bug #733426
-       sed -i -e 's/(\[ASCIIDOC\], \[asciidoc\], \[asciidoc\]/S([ASCIIDOC], 
[asciidoc asciidoctor]/' configure.ac || die
-
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --with-colm="${EPREFIX}/usr" \
-               $(use_enable doc manual)
-}
-
-src_install() {
-       default
-
-       insinto /usr/share/vim/vimfiles/syntax
-       doins ragel.vim
-
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to