diff options
author | 2018-07-23 09:53:53 -0400 | |
---|---|---|
committer | 2018-07-23 10:09:26 -0400 | |
commit | 6884a0f0da75c8ddde89035f2c59c824e7d49d51 (patch) | |
tree | 63514de31ef258d74b079323e45e3bc4bc2a0ca0 /www-apps | |
parent | sys-kernel/linux-firmware: Update snapshot (diff) | |
download | gentoo-6884a0f0da75c8ddde89035f2c59c824e7d49d51.tar.gz gentoo-6884a0f0da75c8ddde89035f2c59c824e7d49d51.tar.bz2 gentoo-6884a0f0da75c8ddde89035f2c59c824e7d49d51.zip |
www-apps/gnopaste: Package Removal
Closes: https://bugs.gentoo.org/650870
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gnopaste/Manifest | 1 | ||||
-rw-r--r-- | www-apps/gnopaste/files/postinstall-en-0.5.5.txt | 4 | ||||
-rw-r--r-- | www-apps/gnopaste/gnopaste-0.5.5.ebuild | 39 | ||||
-rw-r--r-- | www-apps/gnopaste/metadata.xml | 11 |
4 files changed, 0 insertions, 55 deletions
diff --git a/www-apps/gnopaste/Manifest b/www-apps/gnopaste/Manifest deleted file mode 100644 index f68eb2c6277a..000000000000 --- a/www-apps/gnopaste/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnopaste-0.5.5.tgz 162271 BLAKE2B f78a5c28dcf8f6d812f74843c829986e060a072a190d570f8f662bca42a3ae35ec3cf676acefe0c3e8f26e74b38fcff1a84e9ff2b47afeef76f0b4ed5ecb653f SHA512 6dacf606688a730f2e01a8fe55be4c1167ddcf405f23dcf97310ea3471ac3232273cc9154792956cb5f8812a53e96e38bd4a286d9af3d9fb602206e35a530fc5 diff --git a/www-apps/gnopaste/files/postinstall-en-0.5.5.txt b/www-apps/gnopaste/files/postinstall-en-0.5.5.txt deleted file mode 100644 index 2e9d4585cfd4..000000000000 --- a/www-apps/gnopaste/files/postinstall-en-0.5.5.txt +++ /dev/null @@ -1,4 +0,0 @@ -Start your favorite browser and follow the install -instructions on the installer under the followinging url: - -http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php diff --git a/www-apps/gnopaste/gnopaste-0.5.5.ebuild b/www-apps/gnopaste/gnopaste-0.5.5.ebuild deleted file mode 100644 index 0c4e915dfacc..000000000000 --- a/www-apps/gnopaste/gnopaste-0.5.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit webapp eutils - -DESCRIPTION="gnopaste is a nopaste script based on PHP with MySQL" -HOMEPAGE="http://gnopaste.sf.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND="virtual/httpd-php - dev-lang/php[mysql]" - -need_httpd_cgi - -src_prepare() { - esvn_clean -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_configfile "${MY_HTDOCSDIR}"/config.php - - webapp_serverowned "${MY_HTDOCSDIR}"/config.php - webapp_serverowned "${MY_HTDOCSDIR}"/install.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-${PV}.txt - - webapp_src_install -} diff --git a/www-apps/gnopaste/metadata.xml b/www-apps/gnopaste/metadata.xml deleted file mode 100644 index 00e684791565..000000000000 --- a/www-apps/gnopaste/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">gnopaste</remote-id> - </upstream> -</pkgmetadata> |