diff options
author | 2018-06-02 19:15:55 -0400 | |
---|---|---|
committer | 2018-06-02 22:57:59 -0400 | |
commit | 32642da31c5ce3996495335d6f7c71512ec1530c (patch) | |
tree | 95d43729e50129d2e448baeb1409d5f6af30ebb2 /www-apps/sitebar | |
parent | www-misc/htdig: drop old EAPI (diff) | |
download | gentoo-32642da31c5ce3996495335d6f7c71512ec1530c.tar.gz gentoo-32642da31c5ce3996495335d6f7c71512ec1530c.tar.bz2 gentoo-32642da31c5ce3996495335d6f7c71512ec1530c.zip |
www-apps/sitebar: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'www-apps/sitebar')
-rw-r--r-- | www-apps/sitebar/sitebar-3.3.9-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/www-apps/sitebar/sitebar-3.3.9-r1.ebuild b/www-apps/sitebar/sitebar-3.3.9-r1.ebuild deleted file mode 100644 index 7c27ae26c110..000000000000 --- a/www-apps/sitebar/sitebar-3.3.9-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit webapp eutils - -MY_P=SiteBar-${PV} - -DESCRIPTION="The Bookmark Server for Personal and Team Use" -HOMEPAGE="http://sitebar.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="virtual/httpd-php" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/${MY_P} - -src_install() { - webapp_src_preinst - dodoc readme.txt doc/history.txt doc/install.txt doc/troubleshooting.txt - cp -R . "${D}/${MY_HTDOCSDIR}" - rm -rf "${D}/${MY_HTDOCSDIR}/doc" "${D}/${MY_HTDOCSDIR}/readme.txt" - - webapp_serverowned "${MY_HTDOCSDIR}/inc" - webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt" - - webapp_src_install -} |