summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-06-02 19:19:44 -0400
committerAaron Bauman <bman@gentoo.org>2018-06-02 22:58:01 -0400
commit636d23f6b80d8a4c30510d94a80e20409e557d00 (patch)
tree5af7387b10b2ba738b58a27bad70026dba7d81c5
parentwww-apps/phpwebsite: drop old EAPI (diff)
downloadgentoo-636d23f6b80d8a4c30510d94a80e20409e557d00.tar.gz
gentoo-636d23f6b80d8a4c30510d94a80e20409e557d00.tar.bz2
gentoo-636d23f6b80d8a4c30510d94a80e20409e557d00.zip
www-apps/cvsweb: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--www-apps/cvsweb/Manifest2
-rw-r--r--www-apps/cvsweb/cvsweb-1.112.ebuild38
-rw-r--r--www-apps/cvsweb/cvsweb-3.0.5.ebuild40
-rw-r--r--www-apps/cvsweb/cvsweb-3.0.6.ebuild40
4 files changed, 0 insertions, 120 deletions
diff --git a/www-apps/cvsweb/Manifest b/www-apps/cvsweb/Manifest
index b6fab87ea672..f6aa908548f7 100644
--- a/www-apps/cvsweb/Manifest
+++ b/www-apps/cvsweb/Manifest
@@ -1,3 +1 @@
-DIST cvsweb-1.112.tar.gz 37239 BLAKE2B 4050c91e65ffc5c516da6962aad88c50357cebd29f2f3b6c766222f0c12a3ab04035cdb6bea31e632fd0855362de495b4e218068e9accddc6c3959a86c75a6a5 SHA512 f0e427d4225498a4a7342335f902d7f37ca546135e2ec90e4e1fa14923c301ba5479061fae27a2728f94e45b833242c86d73dbad797681e24eb54c30b796c59d
-DIST cvsweb-3.0.5.tar.gz 72199 BLAKE2B 8573a4952fba31379c64201c4f03687411e3de28824970787188805d0e7c768312a7ae3219425642fe97cdf072fe5c02396c5d0e1aac0bbfae31da37efa01d42 SHA512 68b6d0a1ef3ec17c1cdd71f90e1cfa27aa8a4591f1bb0cf342a168e7fb2c79ff0d5d0fe56916aa1255f43524c8ed281c228eea18183a0410a69789fefea5f8d3
DIST cvsweb-3.0.6.tar.gz 72484 BLAKE2B ae2a53fcc3618bb1375543a68d2a5866161a1d68b2b55f688f4d3357e7c7db4a37ca0f3d6f58c0955824a112006193108a227f7eaabe3851780c1f0450ae45f4 SHA512 32ac58bcb025746e4cc20bdc12d1bd915e2286a4093afebf8d60cb94a70ac614301f9b7f0a175458b14262a03d3d2eb8c29eabaf9127bef1aa6847905f331cc6
diff --git a/www-apps/cvsweb/cvsweb-1.112.ebuild b/www-apps/cvsweb/cvsweb-1.112.ebuild
deleted file mode 100644
index 5fa2971adefa..000000000000
--- a/www-apps/cvsweb/cvsweb-1.112.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="WWW interface to a CVS tree"
-HOMEPAGE="http://www.freebsd.org/projects/cvsweb.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 sparc ~ppc"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5
- >=dev-vcs/rcs-5.7"
-
-S="${WORKDIR}/cvsweb"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd "${S}"
- local x
- for x in cvsweb.cgi cvsweb.conf
- do
- cp ${x} ${x}.orig
- sed -e "s:/usr/local/web/apache/conf/:/etc/apache/conf/:g" ${x}.orig > ${x}
- done
-}
-
-src_install() {
- insinto /etc/apache/conf
- doins cvsweb.conf
- insinto /home/httpd/cgi-bin
- insopts -m755
- doins cvsweb.cgi
- dodoc README TODO
-}
diff --git a/www-apps/cvsweb/cvsweb-3.0.5.ebuild b/www-apps/cvsweb/cvsweb-3.0.5.ebuild
deleted file mode 100644
index 419ac221f853..000000000000
--- a/www-apps/cvsweb/cvsweb-3.0.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit webapp
-
-DESCRIPTION="WWW interface to a CVS tree"
-HOMEPAGE="http://www.freebsd.org/projects/cvsweb.html"
-SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~x86 ~sparc ~ppc"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8
- >=dev-vcs/cvs-1.11
- >=dev-vcs/rcs-5.7
- >=dev-perl/URI-1.28
- dev-perl/IPC-Run
- dev-perl/MIME-Types
- dev-perl/String-Ediff
- >=dev-vcs/cvsgraph-1.4.0
- >=app-text/enscript-1.6.3"
-
-src_install() {
- webapp_src_preinst
-
- cp cvsweb.conf "${D}"/${MY_HOSTROOTDIR}
- cp css/cvsweb.css "${D}"/${MY_HTDOCSDIR}
- exeinto ${MY_CGIBINDIR}
- doexe cvsweb.cgi
- chmod +x "${D}"/${MY_CGIBINDIR}/cvsweb.cgi
-
- dodoc README TODO NEWS ChangeLog
-
- webapp_hook_script "${FILESDIR}"/reconfig
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
diff --git a/www-apps/cvsweb/cvsweb-3.0.6.ebuild b/www-apps/cvsweb/cvsweb-3.0.6.ebuild
deleted file mode 100644
index 822b6502b897..000000000000
--- a/www-apps/cvsweb/cvsweb-3.0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit webapp
-
-DESCRIPTION="WWW interface to a CVS tree"
-HOMEPAGE="http://www.freebsd.org/projects/cvsweb.html"
-SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/scop/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8
- >=dev-vcs/cvs-1.11
- >=dev-vcs/rcs-5.7
- >=dev-perl/URI-1.28
- dev-perl/IPC-Run
- dev-perl/MIME-Types
- dev-perl/String-Ediff
- >=dev-vcs/cvsgraph-1.4.0
- >=app-text/enscript-1.6.3"
-
-src_install() {
- webapp_src_preinst
-
- cp cvsweb.conf "${D}"/${MY_HOSTROOTDIR}
- cp css/cvsweb.css "${D}"/${MY_HTDOCSDIR}
- exeinto ${MY_CGIBINDIR}
- doexe cvsweb.cgi
- chmod +x "${D}"/${MY_CGIBINDIR}/cvsweb.cgi
-
- dodoc README TODO NEWS ChangeLog
-
- webapp_hook_script "${FILESDIR}"/reconfig
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}