commit: face36e528a4a9b6e5d7e26fdf6c6fb6831c9e93 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Sep 28 11:31:12 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 28 11:31:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=face36e5
sci-electronics/gplcver: Remove last-rited pkg Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 5 --- sci-electronics/gplcver/Manifest | 2 - sci-electronics/gplcver/gplcver-2.11a.ebuild | 60 ------------------------- sci-electronics/gplcver/gplcver-2.12a.ebuild | 66 ---------------------------- sci-electronics/gplcver/metadata.xml | 18 -------- 5 files changed, 151 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 9740f3848ce..a8335e43899 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1074,11 +1074,6 @@ mail-filter/opensmtpd-extras # in 2006. Removal in 30 days. Bug #680412. mail-filter/ask -# David Seifert <[email protected]> (2019-08-29) -# Dead upstream, last commit over 10 years ago, no revdeps, EAPI=0, -# Removal in 30 days. -sci-electronics/gplcver - # Miroslav Šulc <[email protected]> (2019-08-19) # Depends on >=virtual/{jdk,jre}-11 which is masked =www-servers/tomcat-9.0.24 diff --git a/sci-electronics/gplcver/Manifest b/sci-electronics/gplcver/Manifest deleted file mode 100644 index a57bdd34adc..00000000000 --- a/sci-electronics/gplcver/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gplcver-2.11a.src.tar.bz2 1189439 BLAKE2B a52a629b57113215574aadab897e5cabdb0541288cd328e5d9b26668484a54af2a26385e3ffb6f3c0df65ef670afaab36bb580347d4178985990a4074c458b8f SHA512 85f771ba880de78ea2acf427ef1e5250e114c2dd68bc0d4384ae56057a8856cf0f0700b3ab1a5d23aa1e4a426f2d8d9e5f80ced2b6c0c20013801ba700b7717a -DIST gplcver-2.12a.src.tar.bz2 1224470 BLAKE2B 0e122c7d5cb65873089604f84e8d11b2cc57e17ec43096865afb227b8e9cea74ad3562e3192624c161a561b829c22721dddb83b30cd3cd0b6186a1f6062b1d16 SHA512 62835fd32c37865590c56e4e04cdd2b1e0918551a927fafe35a2b0838082af2af903e714d2afc0f28d76eb5c077e5b3f56cbf671dee5f38717ddea68a35753e5 diff --git a/sci-electronics/gplcver/gplcver-2.11a.ebuild b/sci-electronics/gplcver/gplcver-2.11a.ebuild deleted file mode 100644 index 0b7bd40950a..00000000000 --- a/sci-electronics/gplcver/gplcver-2.11a.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -MY_PN=gpl-cver - -DESCRIPTION="Verilog simulator" -HOMEPAGE="http://www.pragmatic-c.com/${MY_PN}" -SRC_URI="http://www.pragmatic-c.com/${MY_PN}/downloads/${P}.src.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="" -S=${WORKDIR}/${P}.src - -src_unpack() { - unpack ${A} - sed -i -e "s/^\(CFLAGS= .*\)/#\1\nCFLAGS=\$(WARNS) \$(INCS) ${CFLAGS}/" ${S}/src/makefile.lnx - sed -i -e "s/^\(CFLAGS= .*\)/#\1\nCFLAGS= ${CFLAGS}/" ${S}/vcddiff.dir/src/makefile.lnx -} - -src_compile(){ - cd ${S}/src - emake -f makefile.lnx || die - cd ${S}/vcddiff.dir/src - emake -f makefile.lnx || die -} - -src_install() { - dodir /usr - dodir /usr/bin - dobin bin/cver bin/vcddiff || die - doman doc/systasks.1 - dodoc doc/README doc/cver*[!htm] doc/dbg.hlp doc/systasks.pdf vcddiff.dir/README.vcddiff - dohtml doc/cver.faq.htm - dodir /usr/include/cver_pli_incs - insinto /usr/include/cver_pli_incs - doins pli_incs/*.h -} - -src_test() { - # fixme: make tests die if something fails - cd ${S}/tests_and_examples/ - # first verify install - cd install.tst - ./inst_tst.sh - # now individual tests - cd ../capacity.tst - ../../bin/cver -f lfsr.vc - diff verilog.log lfsr.plg - cd ../examples.acc - ./inst_pli.sh lnx - #opt_inst_pli.sh lnx - cd ../examples.tf - ./inst_pli.sh lnx - #opt_inst_pli.sh lnx - cd ../examples.vpi - ./inst_pli.sh lnx -} diff --git a/sci-electronics/gplcver/gplcver-2.12a.ebuild b/sci-electronics/gplcver/gplcver-2.12a.ebuild deleted file mode 100644 index 7488d63f5d7..00000000000 --- a/sci-electronics/gplcver/gplcver-2.12a.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -MY_PN=gpl-cver - -DESCRIPTION="Verilog simulator" -HOMEPAGE="https://sourceforge.net/projects/${PN}" -SRC_URI="http://www.pragmatic-c.com/${MY_PN}/downloads/${P}.src.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -S=${WORKDIR}/${P}.src - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "s/^CFLAGS/#CFLAGS/" \ - -e "s/(CFLAGS)/(INCS) \$(CFLAGS)/" \ - -e "s/(LFLAGS)/(LFLAGS) \$(LDFLAGS)/" \ - src/makefile.* || die "sed failed" - sed -i \ - -e "s/^CFLAGS/#CFLAGS/" \ - -e "s/(OPTFLGS) vcddiff.o/(LDFLAGS) vcddiff.o/" \ - vcddiff.dir/src/makefile.* || die "sed failed" -} - -src_compile(){ - cd "${S}"/src - emake -f makefile.lnx || die "emake failed" - cd "${S}"/vcddiff.dir/src - emake -f makefile.lnx || die "emake failed" -} - -src_install() { - dobin bin/cver bin/vcddiff || die "Failed installing binaries" - doman doc/systasks.1 - dodoc doc/README doc/cver*[!htm] doc/dbg.hlp doc/systasks.pdf vcddiff.dir/README.vcddiff - dohtml doc/cver.faq.htm - dodir /usr/include/cver_pli_incs - insinto /usr/include/cver_pli_incs - doins pli_incs/*.h -} - -src_test() { - # fixme: make tests die if something fails - cd "${S}"/tests_and_examples/ - # first verify install - cd install.tst - ./inst_tst.sh - # now individual tests - cd ../capacity.tst - ../../bin/cver -f lfsr.vc - diff verilog.log lfsr.plg - cd ../examples.acc - ./inst_pli.sh lnx - #opt_inst_pli.sh lnx - cd ../examples.tf - ./inst_pli.sh lnx - #opt_inst_pli.sh lnx - cd ../examples.vpi - ./inst_pli.sh lnx -} diff --git a/sci-electronics/gplcver/metadata.xml b/sci-electronics/gplcver/metadata.xml deleted file mode 100644 index 246fc329689..00000000000 --- a/sci-electronics/gplcver/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Electronics Project</name> - </maintainer> - <longdescription> - GPL Cver is a Verilog HDL simulator that is released under the GNU General - Public License. GPL Cver is a full 1995 P1364 Verilog standard HDL simulator. - It also implements some of the 2001 P1364 standard features including all - three PLI interfaces (tf_, acc_ and vpi_) as defined in the 2001 Language - Reference Manual (LRM). - </longdescription> - <upstream> - <remote-id type="sourceforge">gplcver</remote-id> - </upstream> -</pkgmetadata>
