Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/coppermine/files/, www-apps/coppermine/
Date: Tue, 26 Apr 2016 08:34:27
Message-Id: 1461659374.1aa361615c4be94801f7112bbe267eedd25941b4.bman@gentoo
1 commit: 1aa361615c4be94801f7112bbe267eedd25941b4
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 08:29:34 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 08:29:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aa36161
7
8 www-apps/coppermine: package removed per security bug 529712
9
10 www-apps/coppermine/Manifest | 1 -
11 www-apps/coppermine/coppermine-1.5.20.ebuild | 41 ----------------------------
12 www-apps/coppermine/files/postinstall-en.txt | 14 ----------
13 www-apps/coppermine/metadata.xml | 11 --------
14 4 files changed, 67 deletions(-)
15
16 diff --git a/www-apps/coppermine/Manifest b/www-apps/coppermine/Manifest
17 deleted file mode 100644
18 index 910d6f2..0000000
19 --- a/www-apps/coppermine/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST cpg1.5.20.zip 19122378 SHA256 f5388d6fa0952f4aba8f51ae9f86c7f916c432831e02050c27d27737cececcf5 SHA512 8dd1ab52eedd8d1bd9eb95936125eaff595a66ca936857a8f21025a81a4d65194b0813b2f0b5db8d9bfab5f4ffb4442afd7c06cbae078e576bc8355c921042bf WHIRLPOOL 1c6c28a72aaa63501e3b11a794de89a5cd1b30577768e3c76f5ae97f0f56c6c743b2af1ec8a07a2fde6e745bbbf89ffe1b8b74140039e0468830bf748b1b44fe
23
24 diff --git a/www-apps/coppermine/coppermine-1.5.20.ebuild b/www-apps/coppermine/coppermine-1.5.20.ebuild
25 deleted file mode 100644
26 index 4ba8757..0000000
27 --- a/www-apps/coppermine/coppermine-1.5.20.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 1999-2012 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=4
35 -
36 -inherit webapp versionator
37 -
38 -DESCRIPTION="Web picture gallery written in PHP with a MySQL backend"
39 -HOMEPAGE="http://coppermine.sourceforge.net/"
40 -SRC_URI="mirror://sourceforge/eenemeenemuu.u/cpg${PV}.zip"
41 -
42 -LICENSE="GPL-2"
43 -KEYWORDS="~amd64 ~sparc ~x86"
44 -IUSE=""
45 -
46 -DEPEND="app-arch/unzip"
47 -RDEPEND="virtual/httpd-php
48 - dev-lang/php[gd,mysql]"
49 -
50 -S="${WORKDIR}"/$(version_format_string 'cpg$1$2x')
51 -
52 -need_httpd_cgi
53 -
54 -src_install() {
55 - webapp_src_preinst
56 -
57 - dodoc CHANGELOG.txt README.txt
58 - dohtml -r docs
59 - rm -rf CHANGELOG.txt README.txt COPYING docs/
60 -
61 - insinto "${MY_HTDOCSDIR}"
62 - doins -r .
63 -
64 - dodir "${MY_HTDOCSDIR}"/albums/{userpics,edit}
65 - webapp_serverowned "${MY_HTDOCSDIR}"/albums{,/userpics,/edit}
66 - webapp_serverowned "${MY_HTDOCSDIR}"/include
67 -
68 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
69 - webapp_src_install
70 -}
71
72 diff --git a/www-apps/coppermine/files/postinstall-en.txt b/www-apps/coppermine/files/postinstall-en.txt
73 deleted file mode 100644
74 index 8e2ede8..0000000
75 --- a/www-apps/coppermine/files/postinstall-en.txt
76 +++ /dev/null
77 @@ -1,14 +0,0 @@
78 -To complete the installation, you must
79 -
80 -1. Manually create a MySQL user and database.
81 - The installer will handle the rest.
82 -
83 -Finally, point your browser to:
84 -
85 - http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php
86 -
87 -==
88 -
89 -To complete an upgrade, point your browser at:
90 -
91 - http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/upgrade.php
92
93 diff --git a/www-apps/coppermine/metadata.xml b/www-apps/coppermine/metadata.xml
94 deleted file mode 100644
95 index 9987185..0000000
96 --- a/www-apps/coppermine/metadata.xml
97 +++ /dev/null
98 @@ -1,11 +0,0 @@
99 -<?xml version="1.0" encoding="UTF-8"?>
100 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
101 -<pkgmetadata>
102 - <maintainer type="project">
103 - <email>web-apps@g.o</email>
104 - <name>Gentoo Webapps</name>
105 - </maintainer>
106 - <upstream>
107 - <remote-id type="sourceforge">eenemeenemuu.u</remote-id>
108 - </upstream>
109 -</pkgmetadata>