sci-electronics/gplcver: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Sep 2019 11:31:12 +0000 (13:31 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Sep 2019 11:31:47 +0000 (13:31 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sci-electronics/gplcver/Manifest [deleted file]
sci-electronics/gplcver/gplcver-2.11a.ebuild [deleted file]
sci-electronics/gplcver/gplcver-2.12a.ebuild [deleted file]
sci-electronics/gplcver/metadata.xml [deleted file]

index 9740f3848ce75e1d8a5424a9e4f4f44176da3bd7..a8335e43899e59f33b70d1e195bdfb0ba7e1a348 100644 (file)
@@ -1074,11 +1074,6 @@ mail-filter/opensmtpd-extras
 # in 2006.  Removal in 30 days.  Bug #680412.
 mail-filter/ask
 
-# David Seifert <soap@gentoo.org> (2019-08-29)
-# Dead upstream, last commit over 10 years ago, no revdeps, EAPI=0,
-# Removal in 30 days.
-sci-electronics/gplcver
-
 # Miroslav Šulc <fordfrog@gentoo.org> (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 (file)
index a57bdd3..0000000
+++ /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 (file)
index 0b7bd40..0000000
+++ /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 (file)
index 7488d63..0000000
+++ /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 (file)
index 246fc32..0000000
+++ /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>sci-electronics@gentoo.org</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>