From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/jmbsvicetto:master commit in: dev-db/phpmyadmin/
Date: Sun, 21 Sep 2014 23:19:30 +0000 (UTC) [thread overview]
Message-ID: <1411341542.a0b1277543740bcd0998dd67267f7d1d303b46bb.jmbsvicetto@gentoo> (raw)
commit: a0b1277543740bcd0998dd67267f7d1d303b46bb
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 23:19:02 2014 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 23:19:02 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=a0b12775
Add phpmyadmin 4.2.9 release.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
---
dev-db/phpmyadmin/Manifest | 1 +
dev-db/phpmyadmin/phpmyadmin-4.2.9.ebuild | 61 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
index 7838477..12467c2 100644
--- a/dev-db/phpmyadmin/Manifest
+++ b/dev-db/phpmyadmin/Manifest
@@ -1,3 +1,4 @@
DIST phpMyAdmin-4.0.10.2-all-languages.tar.xz 4705456 SHA256 9cda58a51f133bea327d0b9f762857afa6aa91202b6fb8629cbe3a3d17eb9164 SHA512 3465bb001cd6a40251802e53f3e55fe4828c41f341da9bed43aca6f5ccc53d85679be787d178146840e28f232d852f21b79df3e723a3b3daef19290cfb22848d WHIRLPOOL d3d878223148b97a6d42c1f11b12f42fbddfd4dd6a10ce394bc16e9dceb06b8b2fc179d324216fc07692d9ab5c60e84ef85d2538e330d371f2cd43692f74ed54
DIST phpMyAdmin-4.1.14.3-all-languages.tar.xz 4808272 SHA256 49af8138e1281792bfea9dfa3e9a3ea6c6ccef56e1ef28b28307366a79c46a4f SHA512 28cd017d9e3a6d74e40ca2583a2f40ad5b3aad12a3616c07e62e13d68ca858739167ad029c181ad93b8dbf7e4b644cf980ed918e4af16dd85c02435561a2630a WHIRLPOOL 16eed2631c7f80653aa294a9691e288a7c821200bdfd491ca8e4849c4c3868d8c6a648a7a9588343e506010852a435c2db31679da6dd02b59f43f32a62efbf4f
DIST phpMyAdmin-4.2.7.1-all-languages.tar.xz 5138420 SHA256 99682eb43d3104f08e4c0a9b26bf5bc24bb93da6eeb59f9087ade156c837c708 SHA512 a8c9a3a9f092db636e7fd01a111eae1d1f52ff25ffadbdfce8c264fd3bc78afbf78274e8b3658ec9114e793714bf8003bd2d43a917bb1a43b711748a81b441e2 WHIRLPOOL 1477d874a404519be9092ed94d46f0927a96cfc2ee17783173ea4755c9206ace8e23f6aabc5f01fb10e1908c497fe7904b3dadba5bbd0edd1311271f3e010752
+DIST phpMyAdmin-4.2.9-all-languages.tar.xz 5148452 SHA256 0b403e98fbb8b2a7b38ca18cdd148b21650170200d7b45fcea6251629b86c020 SHA512 9bf2326545f3fb4bca496a21d61affd8e193615259a939c14c311a6570cb6a964e0134f33a5eadbe23857486c10079eafe26176911b58daab97a0667b2b4502c WHIRLPOOL 8d276c16574ca4980db848f8e40aac8329baeab20b5daa608f642090abcd3ac66ce62faae0c41ff8718299e91fcb0649a0b33ac43beb45e06bfad18a4f606168
diff --git a/dev-db/phpmyadmin/phpmyadmin-4.2.9.ebuild b/dev-db/phpmyadmin/phpmyadmin-4.2.9.ebuild
new file mode 100644
index 0000000..e145874
--- /dev/null
+++ b/dev-db/phpmyadmin/phpmyadmin-4.2.9.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.2.8.1.ebuild,v 1.1 2014/09/13 19:15:51 robbat2 Exp $
+
+EAPI="4"
+
+inherit eutils webapp depend.php
+
+MY_PV=${PV/_/-}
+MY_P="phpMyAdmin-${MY_PV}-all-languages"
+
+DESCRIPTION="Web-based administration for MySQL database in PHP"
+HOMEPAGE="http://www.phpmyadmin.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="setup"
+
+RDEPEND="
+ dev-lang/php[crypt,ctype,filter,json,session,unicode]
+ || (
+ dev-lang/php[mysqli]
+ dev-lang/php[mysql]
+ )
+"
+
+need_httpd_cgi
+need_php_httpd
+
+S="${WORKDIR}"/${MY_P}
+
+pkg_setup() {
+ webapp_pkg_setup
+}
+
+src_install() {
+ webapp_src_preinst
+
+ dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
+ rm -f LICENSE README* RELEASE-DATE-${MY_PV}
+
+ if ! use setup; then
+ rm -rf setup || die "Cannot remove setup utility"
+ elog "The phpMyAdmin setup utility has been removed."
+ elog "It is a regular target of various exploits. If you need it, set USE=setup."
+ else
+ elog "You should consider disabling the setup USE flag"
+ elog "to exclude the setup utility if you don't use it."
+ elog "It regularly is the target of various exploits."
+ fi
+
+ insinto "${MY_HTDOCSDIR#${EPREFIX}}"
+ doins -r .
+
+ webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
+ webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
+
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
+ webapp_src_install
+}
next reply other threads:[~2014-09-21 23:19 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-21 23:19 Jorge Manuel B. S. Vicetto [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-21 3:03 [gentoo-commits] dev/jmbsvicetto:master commit in: dev-db/phpmyadmin/ Jorge Manuel B. S. Vicetto
2016-06-26 23:21 Jorge Manuel B. S. Vicetto
2016-05-26 15:20 Jorge Manuel B. S. Vicetto
2016-05-08 18:26 Jorge Manuel B. S. Vicetto
2016-04-14 1:28 Jorge Manuel B. S. Vicetto
2016-03-19 14:44 Jorge Manuel B. S. Vicetto
2016-03-19 14:37 Jorge Manuel B. S. Vicetto
2016-03-19 14:27 Jorge Manuel B. S. Vicetto
2016-01-31 14:57 Jorge Manuel B. S. Vicetto
2015-12-27 12:27 Jorge Manuel B. S. Vicetto
2015-11-04 22:04 Jorge Manuel B. S. Vicetto
2015-09-25 16:09 Jorge Manuel B. S. Vicetto
2015-09-18 18:41 Jorge Manuel B. S. Vicetto
2015-08-27 12:20 Jorge Manuel B. S. Vicetto
2015-08-09 3:17 Jorge Manuel B. S. Vicetto
2015-07-23 2:26 Jorge Manuel B. S. Vicetto
2015-06-02 20:49 Jorge Manuel B. S. Vicetto
2015-05-15 19:36 Jorge Manuel B. S. Vicetto
2015-04-23 2:39 Jorge Manuel B. S. Vicetto
2015-03-14 13:44 Jorge Manuel B. S. Vicetto
2015-03-14 13:44 Jorge Manuel B. S. Vicetto
2015-02-24 23:03 Jorge Manuel B. S. Vicetto
2015-02-01 17:48 Jorge Manuel B. S. Vicetto
2015-01-20 22:47 Jorge Manuel B. S. Vicetto
2015-01-07 16:07 Jorge Manuel B. S. Vicetto
2015-01-05 22:00 Jorge Manuel B. S. Vicetto
2015-01-05 21:54 Jorge Manuel B. S. Vicetto
2015-01-05 19:37 Jorge Manuel B. S. Vicetto
2014-12-01 17:45 Jorge Manuel B. S. Vicetto
2014-11-22 4:54 Jorge Manuel B. S. Vicetto
2014-11-22 4:50 Jorge Manuel B. S. Vicetto
2014-10-02 2:42 Jorge Manuel B. S. Vicetto
2014-09-21 23:22 Jorge Manuel B. S. Vicetto
2014-08-21 17:09 Jorge Manuel B. S. Vicetto
2014-08-21 16:39 Jorge Manuel B. S. Vicetto
2014-08-14 9:48 ` Jorge Manuel B. S. Vicetto
2014-08-14 11:56 Jorge Manuel B. S. Vicetto
2014-08-21 16:39 ` Jorge Manuel B. S. Vicetto
2014-06-28 0:21 Jorge Manuel B. S. Vicetto
2014-05-26 10:32 Jorge Manuel B. S. Vicetto
2014-05-25 3:09 Jorge Manuel B. S. Vicetto
2014-03-28 13:23 Jorge Manuel B. S. Vicetto
2014-02-09 16:22 Jorge Manuel B. S. Vicetto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1411341542.a0b1277543740bcd0998dd67267f7d1d303b46bb.jmbsvicetto@gentoo \
--to=jmbsvicetto@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox