commit:     b68b05653331fb2eb14dfbcd1a60daccb8fbb01e
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo 
<DOT> org>
AuthorDate: Sun May  8 18:09:14 2016 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun May  8 18:10:14 2016 +0000
URL:        https://gitweb.gentoo.org/dev/jmbsvicetto.git/commit/?id=b68b0565

Revert "Drop old packages." - dropped too many packages.

This reverts commit 2258bcf26377337ca335d89529efc47ad0b823c5.

 dev-db/libdbi-drivers/Manifest                     |    1 +
 .../files/libdbi-drivers-0.8.3-doc-build-fix.patch |   15 +
 .../files/libdbi-drivers-0.8.3-firebird-fix.patch  |   25 +
 .../files/libdbi-drivers-0.8.3-fix-ac-macro.patch  |   12 +
 .../libdbi-drivers-0.8.3-oracle-build-fix.patch    |   12 +
 .../libdbi-drivers/libdbi-drivers-0.8.3-r2.ebuild  |   87 +
 dev-db/libdbi-drivers/metadata.xml                 |    8 +
 dev-db/libdbi/Manifest                             |    1 +
 dev-db/libdbi/files/dbi.pc.in                      |   10 +
 dev-db/libdbi/files/libdbi-0.8.1-pkg-config.patch  |    8 +
 .../libdbi/files/libdbi-0.8.4-doc-build-fix.patch  |   22 +
 .../libdbi/files/libdbi-0.8.4-fix-ac-macro.patch   |   12 +
 dev-db/libdbi/libdbi-0.8.4.ebuild                  |   59 +
 dev-db/libdbi/metadata.xml                         |    8 +
 dev-db/phpmyadmin/ChangeLog                        | 2016 ++++++++++++++++++++
 dev-db/phpmyadmin/Manifest                         |    4 +
 dev-db/phpmyadmin/files/postinstall-en-3.1.txt     |   36 +
 dev-db/phpmyadmin/metadata.xml                     |   16 +
 dev-db/phpmyadmin/phpmyadmin-4.0.10.15.ebuild      |   62 +
 dev-db/phpmyadmin/phpmyadmin-4.4.15.5.ebuild       |   62 +
 dev-db/phpmyadmin/phpmyadmin-4.5.5.1.ebuild        |   62 +
 dev-db/phpmyadmin/phpmyadmin-4.6.0.ebuild          |   62 +
 net-misc/vde/ChangeLog                             |   16 +
 net-misc/vde/Manifest                              |    1 +
 net-misc/vde/files/vde-2.2.2-gcc43.patch           |   60 +
 .../files/vde-2.2.2-slirpvde-buffer-overflow.patch |   49 +
 net-misc/vde/files/vde.conf                        |   18 +
 net-misc/vde/files/vde.init                        |   39 +
 net-misc/vde/metadata.xml                          |    8 +
 net-misc/vde/vde-2.2.2.ebuild                      |   40 +
 30 files changed, 2831 insertions(+)

diff --git a/dev-db/libdbi-drivers/Manifest b/dev-db/libdbi-drivers/Manifest
new file mode 100644
index 0000000..7265a69
--- /dev/null
+++ b/dev-db/libdbi-drivers/Manifest
@@ -0,0 +1 @@
+DIST libdbi-drivers-0.8.3-1.tar.gz 1534420 SHA256 
4ab9944398ce769c0deeb64d2f73555c67bc25ccd2ade1ccf552226c7b2acf72 SHA512 
c2cb76234b9137cc4a05af42a69ea7d5b08586287378406cbd4d114598598057f29cccb368bfbe0f86e19846ceab88ed636cccff6555ef9f7eebbb98bbcd3824
 WHIRLPOOL 
fc8df681ccdf6995727b0bf7aa315090dc4af2849c02e6b78913f6d5ecdc51c5e60b7eba3f515050a4ae93e74dfa7f1dcc1f7aca7fe3c12e3f02ecfd04184700

diff --git 
a/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-doc-build-fix.patch 
b/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-doc-build-fix.patch
new file mode 100644
index 0000000..f3caedb
--- /dev/null
+++ b/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-doc-build-fix.patch
@@ -0,0 +1,15 @@
+diff -Nuar libdbi-drivers-0.8.3-1.orig/configure.in 
libdbi-drivers-0.8.3-1/configure.in
+--- libdbi-drivers-0.8.3-1.orig/configure.in   2008-10-09 17:09:09.303141877 
-0700
++++ libdbi-drivers-0.8.3-1/configure.in        2008-10-09 17:10:48.100635797 
-0700
+@@ -149,7 +149,8 @@
+-ac_docs="YES"
++ac_docs="no"
+ AC_ARG_ENABLE(docs,
+       [  --disable-docs         do not build and install the documentation.],
+-      [  ac_docs="NO" ])
++      [ ac_docs="$enableval" ],
++      [ ac_docs="no" ])
+ 
+-if test "$ac_docs" = "YES"; then
++if test "$ac_docs" = "yes"; then
+ dnl   AC_PATH_PROGS(myjade, openjade jade)

diff --git 
a/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-firebird-fix.patch 
b/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-firebird-fix.patch
new file mode 100644
index 0000000..6a50474
--- /dev/null
+++ b/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-firebird-fix.patch
@@ -0,0 +1,25 @@
+diff -Nuar libdbi-drivers-0.8.3-1.orig/acinclude.m4 
libdbi-drivers-0.8.3-1/acinclude.m4
+--- libdbi-drivers-0.8.3-1.orig/acinclude.m4   2007-12-30 11:05:40.000000000 
+0000
++++ libdbi-drivers-0.8.3-1/acinclude.m4        2009-10-26 06:50:49.823477194 
+0000
+@@ -450,8 +450,8 @@
+               firebird_incdirs="/opt/firebird/include /usr/include 
/usr/local/include /usr/include/firebird /usr/local/include/firebird 
/usr/local/firebird/include /opt/firebird/include"
+               AC_FIND_FILE(ibase.h, $firebird_incdirs, ac_firebird_incdir)
+               firebird_libdirs="/opt/firebird/lib /usr/lib /usr/local/lib 
/usr/lib/firebird /usr/local/lib/firebird /usr/local/firebird/lib 
/opt/firebird/lib"
+-dnl           AC_FIND_FILE(libfbclient.so, $firebird_libdirs, 
ac_firebird_libdir)
+-              AC_FIND_FILE(libfbembed.so, $firebird_libdirs, 
ac_firebird_libdir)
++              AC_FIND_FILE(libfbclient.so, $firebird_libdirs, 
ac_firebird_libdir)
++dnl           AC_FIND_FILE(libfbembed.so, $firebird_libdirs, 
ac_firebird_libdir)
+               if test "$ac_firebird_incdir" = "no"; then
+                       AC_MSG_RESULT(no)
+                       AC_MSG_ERROR([Invalid Firebird/Interbase directory - 
include files not found.])
+@@ -479,8 +479,8 @@
+       [SCHAR_MSG="no"])
+       AC_MSG_RESULT([$SCHAR_MSG])
+ 
+-dnl   FIREBIRD_LIBS="-lfbclient"
+-      FIREBIRD_LIBS="-lfbembed"
++      FIREBIRD_LIBS="-lfbclient"
++dnl   FIREBIRD_LIBS="-lfbembed"
+       FIREBIRD_INCLUDE="-I$ac_firebird_incdir"
+       FIREBIRD_LDFLAGS="-L$ac_firebird_libdir"
+       

diff --git 
a/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-fix-ac-macro.patch 
b/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-fix-ac-macro.patch
new file mode 100644
index 0000000..d650956
--- /dev/null
+++ b/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-fix-ac-macro.patch
@@ -0,0 +1,12 @@
+diff -ur libdbi-drivers-0.8.3-1-old/configure.in 
libdbi-drivers-0.8.3-1/configure.in
+--- libdbi-drivers-0.8.3-1-old/configure.in    2013-05-14 02:28:23.315926087 
+0000
++++ libdbi-drivers-0.8.3-1/configure.in        2013-05-14 02:29:05.655762313 
+0000
+@@ -3,7 +3,7 @@
+ AM_MAINTAINER_MODE
+ 
+ AM_INIT_AUTOMAKE(libdbi-drivers, 0.8.3-1)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AC_LIBTOOL_WIN32_DLL
+ 
+ dnl library versioning currently unnecessary...

diff --git 
a/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-oracle-build-fix.patch 
b/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-oracle-build-fix.patch
new file mode 100644
index 0000000..ad73595
--- /dev/null
+++ b/dev-db/libdbi-drivers/files/libdbi-drivers-0.8.3-oracle-build-fix.patch
@@ -0,0 +1,12 @@
+diff -urN libdbi-drivers-0.8.3-1.orig/drivers/oracle/dbd_oracle.c 
libdbi-drivers-0.8.3-1/drivers/oracle/dbd_oracle.c
+--- libdbi-drivers-0.8.3-1.orig/drivers/oracle/dbd_oracle.c    2009-01-26 
16:31:42.000000000 +0300
++++ libdbi-drivers-0.8.3-1/drivers/oracle/dbd_oracle.c 2009-01-26 
16:32:38.000000000 +0300
+@@ -841,7 +841,7 @@
+ {
+   struct  tm tmt;
+ /*  char    stime[101], *cp = NULL; */
+-/*  time_t  loct = 0L; */
++  time_t  loct = 0L;
+ 
+ /*    memset(stime, 0, sizeof(stime)); */
+    

diff --git a/dev-db/libdbi-drivers/libdbi-drivers-0.8.3-r2.ebuild 
b/dev-db/libdbi-drivers/libdbi-drivers-0.8.3-r2.ebuild
new file mode 100644
index 0000000..b1e7388
--- /dev/null
+++ b/dev-db/libdbi-drivers/libdbi-drivers-0.8.3-r2.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit eutils autotools
+
+MY_P="${P}-1"
+
+DESCRIPTION="The libdbi-drivers project maintains drivers for libdbi."
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+HOMEPAGE="http://libdbi-drivers.sourceforge.net/";
+LICENSE="LGPL-2.1"
+
+IUSE="bindist doc firebird mysql oci8 postgres +sqlite static-libs"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
+SLOT=0
+
+RDEPEND="
+       >=dev-db/libdbi-0.8.3
+       firebird? ( dev-db/firebird )
+       mysql? ( virtual/mysql )
+       postgres? ( dev-db/postgresql-base )
+       sqlite? ( dev-db/sqlite:3 )
+"
+DEPEND="${RDEPEND}
+       doc? ( app-text/openjade )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+REQUIRED_USE="
+       firebird? ( !bindist )
+       || ( mysql postgres sqlite firebird oci8 )
+"
+
+DOCS="AUTHORS ChangeLog NEWS README README.osx TODO"
+
+pkg_setup() {
+       use oci8 && [[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!"
+}
+
+src_prepare() {
+       epatch \
+               "${FILESDIR}"/${P}-fix-ac-macro.patch \
+               "${FILESDIR}"/${PN}-0.8.3-doc-build-fix.patch \
+               "${FILESDIR}"/${PN}-0.8.3-oracle-build-fix.patch \
+               "${FILESDIR}"/${PN}-0.8.3-firebird-fix.patch
+       eautoreconf
+}
+
+src_configure() {
+       local myconf=""
+       # WARNING: the configure script does NOT work correctly
+       # --without-$driver does NOT work
+       # so do NOT use `use_with...`
+       use mysql && myconf+=" --with-mysql"
+       use postgres && myconf+=" --with-pgsql"
+       use sqlite && myconf+=" --with-sqlite3"
+       use firebird && myconf+=" --with-firebird"
+       if use oci8; then
+               [[ -z "${ORACLE_HOME}" ]] && die "\$ORACLE_HOME is not set!"
+               myconf+=" --with-oracle-dir=${ORACLE_HOME} --with-oracle"
+       fi
+
+       econf \
+               $(use_enable doc docs) \
+               $(use_enable static-libs static) \
+               ${myconf}
+}
+
+src_test() {
+       if [[ -z "${WANT_INTERACTIVE_TESTS}" ]]; then
+               ewarn "Tests disabled due to interactivity."
+               ewarn "Run with WANT_INTERACTIVE_TESTS=1 if you want them."
+               return 0
+       fi
+       einfo "Running interactive tests"
+       emake check
+}
+
+src_install() {
+       default
+
+       prune_libtool_files --all
+}

diff --git a/dev-db/libdbi-drivers/metadata.xml 
b/dev-db/libdbi-drivers/metadata.xml
new file mode 100644
index 0000000..3653fc6
--- /dev/null
+++ b/dev-db/libdbi-drivers/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="person">
+       <email>jmbsvice...@gentoo.org</email>
+       <name>Jorge Manuel B. S. Vicetto</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-db/libdbi/Manifest b/dev-db/libdbi/Manifest
new file mode 100644
index 0000000..40ddc15
--- /dev/null
+++ b/dev-db/libdbi/Manifest
@@ -0,0 +1 @@
+DIST libdbi-0.8.4.tar.gz 1045247 SHA256 
ef38db616f0752ccb09b8ba2eac471722369b8ded50b153c25e238cac2c8de99 SHA512 
7e28945a96483785840511df23fd8177383a1f9ee3929df863a3e458550b6eb943f8f86f49ede167125ce64daf718b14c40ac09b99e2e8eea474eecf7ee6a530
 WHIRLPOOL 
6f5770d2a10e02e0e16c6354548d053811ca0205f2942c2e261cd189097423d49a0f2f86afb8308fe7b3cbfde34afc9cb0e16c2fd1471c733c44802235879064

diff --git a/dev-db/libdbi/files/dbi.pc.in b/dev-db/libdbi/files/dbi.pc.in
new file mode 100644
index 0000000..a014454
--- /dev/null
+++ b/dev-db/libdbi/files/dbi.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/dbi
+
+Name: libdbi
+Description: database-independent abstraction layer in C
+Version: @VERSION@
+Libs: -L${libdir} -ldbi
+Cflags: -I${includedir} -I${includedir}/dbi

diff --git a/dev-db/libdbi/files/libdbi-0.8.1-pkg-config.patch 
b/dev-db/libdbi/files/libdbi-0.8.1-pkg-config.patch
new file mode 100644
index 0000000..a770ef3
--- /dev/null
+++ b/dev-db/libdbi/files/libdbi-0.8.1-pkg-config.patch
@@ -0,0 +1,8 @@
+--- configure.in.orig  2008-09-23 15:16:20.000000000 -0400
++++ configure.in       2008-09-23 15:16:39.000000000 -0400
+@@ -149,4 +149,5 @@
+       doc/Makefile
+       include/Makefile
+       include/dbi/Makefile
++      dbi.pc
+       ])

diff --git a/dev-db/libdbi/files/libdbi-0.8.4-doc-build-fix.patch 
b/dev-db/libdbi/files/libdbi-0.8.4-doc-build-fix.patch
new file mode 100644
index 0000000..2891a78
--- /dev/null
+++ b/dev-db/libdbi/files/libdbi-0.8.4-doc-build-fix.patch
@@ -0,0 +1,22 @@
+diff -Nuar libdbi-0.8.4.orig/configure.in libdbi-0.8.4/configure.in
+--- libdbi-0.8.4.orig/configure.in     2012-02-21 08:36:15.560231962 +0000
++++ libdbi-0.8.4/configure.in  2012-02-21 08:39:07.910615238 +0000
+@@ -147,14 +147,13 @@
+ dnl See whether to build the docs
+ dnl ==============================
+ 
+-ac_docs="YES"
++ac_docs="yes"
+ AC_ARG_ENABLE(docs,
+       [  --disable-docs         do not build and install the documentation.],
+-      [  if test "$enable_docs" = "no"; then
+-            ac_docs="NO"
+-         fi ])
++      [ ac_docs="$enableval" ],
++      [ ac_docs="no" ])
+ 
+-if test "$ac_docs" = "YES"; then
++if test "$ac_docs" = "yes"; then
+ dnl   AC_PATH_PROGS(myjade, openjade jade)
+ dnl   if test "x$myjade" != "x"; then
+       docs_subdirs="doc"

diff --git a/dev-db/libdbi/files/libdbi-0.8.4-fix-ac-macro.patch 
b/dev-db/libdbi/files/libdbi-0.8.4-fix-ac-macro.patch
new file mode 100644
index 0000000..4dc2868
--- /dev/null
+++ b/dev-db/libdbi/files/libdbi-0.8.4-fix-ac-macro.patch
@@ -0,0 +1,12 @@
+diff -ur libdbi-0.8.4-old/configure.in libdbi-0.8.4/configure.in
+--- libdbi-0.8.4-old/configure.in      2013-05-14 01:45:25.595869576 +0000
++++ libdbi-0.8.4/configure.in  2013-05-14 01:47:09.775467777 +0000
+@@ -3,7 +3,7 @@
+ AM_MAINTAINER_MODE
+ 
+ AM_INIT_AUTOMAKE(libdbi, 0.8.4)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AC_CONFIG_MACRO_DIR([m4])
+ 
+ dnl Library versioning

diff --git a/dev-db/libdbi/libdbi-0.8.4.ebuild 
b/dev-db/libdbi/libdbi-0.8.4.ebuild
new file mode 100644
index 0000000..db5b36a
--- /dev/null
+++ b/dev-db/libdbi/libdbi-0.8.4.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit eutils autotools multilib
+
+DESCRIPTION="libdbi is a database-independent abstraction layer in C, similar 
to the DBI/DBD layer in Perl."
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="http://libdbi.sourceforge.net/";
+LICENSE="LGPL-2.1"
+
+IUSE="doc static-libs"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
+SLOT=0
+
+DOCS="AUTHORS ChangeLog README README.osx TODO"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+       >=sys-apps/sed-4
+       virtual/pkgconfig
+       doc? ( app-text/openjade )
+"
+PDEPEND=">=dev-db/libdbi-drivers-0.8.3" # On purpose, libdbi-drivers 0.8.4 
does not exist
+
+src_unpack() {
+       unpack ${A}
+       chown -R portage:portage "${S}"
+}
+
+src_prepare() {
+       epatch "${FILESDIR}/${P}-fix-ac-macro.patch"
+       epatch "${FILESDIR}"/libdbi-0.8.1-pkg-config.patch
+       cp -f "${FILESDIR}"/dbi.pc.in "${S}"/dbi.pc.in
+       epatch "${FILESDIR}"/libdbi-0.8.4-doc-build-fix.patch
+
+       # configure.in has been changed
+       eautoreconf
+       # should append CFLAGS, not replace them
+       sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' src/Makefile.in
+}
+
+src_configure() {
+       econf \
+               $(use_enable doc docs) \
+               $(use_enable static-libs static)
+}
+
+src_install () {
+       default
+
+       prune_libtool_files --all
+
+       # syslog-ng requires dbi.pc
+       insinto /usr/$(get_libdir)/pkgconfig/
+       doins dbi.pc
+}

diff --git a/dev-db/libdbi/metadata.xml b/dev-db/libdbi/metadata.xml
new file mode 100644
index 0000000..3653fc6
--- /dev/null
+++ b/dev-db/libdbi/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="person">
+       <email>jmbsvice...@gentoo.org</email>
+       <name>Jorge Manuel B. S. Vicetto</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-db/phpmyadmin/ChangeLog b/dev-db/phpmyadmin/ChangeLog
new file mode 100644
index 0000000..c72c992
--- /dev/null
+++ b/dev-db/phpmyadmin/ChangeLog
@@ -0,0 +1,2016 @@
+# ChangeLog for dev-db/phpmyadmin
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/ChangeLog,v 1.501 
2014/01/14 01:45:34 jmbsvicetto Exp $
+
+  14 Jan 2014; Jorge Manuel B. S. Vicetto <jmbsvice...@gentoo.org>
+  files/postinstall-en-3.1.txt:
+  Really add the missing "/" on the URL (postinstall file).
+
+*phpmyadmin-4.1.4 (14 Jan 2014)
+
+  14 Jan 2014; Jorge Manuel B. S. Vicetto <jmbsvice...@gentoo.org>
+  +phpmyadmin-4.1.4.ebuild:
+  Bump to 4.1.4 release - fixes bug 492284. Add missing "/" on URL of
+  postinstall file.
+
+  28 Oct 2013; Alex Legler <a...@gentoo.org> -phpmyadmin-3.5.3.ebuild,
+  -phpmyadmin-3.5.8.ebuild:
+  Removing vulnerable versions
+
+*phpmyadmin-4.0.6 (13 Sep 2013)
+
+  13 Sep 2013; Patrick Lauer <patr...@gentoo.org> +phpmyadmin-4.0.6.ebuild:
+  Bump
+
+  24 Aug 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-4.0.5.ebuild:
+  Stable for ppc64, wrt bug #479870
+
+  20 Aug 2013; Jeroen Roovers <j...@gentoo.org> phpmyadmin-4.0.5.ebuild:
+  Stable for HPPA (bug #479870).
+
+  19 Aug 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-4.0.5.ebuild:
+  Stable for ppc, wrt bug #479870
+
+  18 Aug 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-4.0.5.ebuild:
+  Stable for x86, wrt bug #479870
+
+  18 Aug 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-4.0.5.ebuild:
+  Stable for sparc, wrt bug #479870
+
+  18 Aug 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-4.0.5.ebuild:
+  Stable for alpha, wrt bug #479870
+
+  18 Aug 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-4.0.5.ebuild:
+  Stable for amd64, wrt bug #479870
+
+*phpmyadmin-4.0.5 (17 Aug 2013)
+
+  17 Aug 2013; Alex Legler <a...@gentoo.org> +phpmyadmin-4.0.5.ebuild:
+  Version bump
+
+  26 Apr 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-3.5.8.ebuild:
+  Stable for sparc, wrt bug #465420
+
+  22 Apr 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-3.5.8.ebuild:
+  Stable for alpha, wrt bug #465420
+
+  22 Apr 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-3.5.8.ebuild:
+  Stable for ppc64, wrt bug #465420
+
+  22 Apr 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-3.5.8.ebuild:
+  Stable for ppc, wrt bug #465420
+
+  20 Apr 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-3.5.8.ebuild:
+  Stable for x86, wrt bug #465420
+
+  20 Apr 2013; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-3.5.8.ebuild:
+  Stable for amd64, wrt bug #465420
+
+  18 Apr 2013; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.5.8.ebuild:
+  Stable for HPPA (bug #465420).
+
+*phpmyadmin-3.5.8 (18 Apr 2013)
+
+  18 Apr 2013; Alex Legler <a...@gentoo.org> +phpmyadmin-3.5.8.ebuild,
+  -phpmyadmin-3.4.9.ebuild, -phpmyadmin-3.5.2.2.ebuild,
+  -phpmyadmin-3.5.7.ebuild:
+  Version bump for bug 465420; removing old
+
+*phpmyadmin-3.5.7 (19 Feb 2013)
+
+  19 Feb 2013; Anthony G. Basile <bluen...@gentoo.org> 
+phpmyadmin-3.5.7.ebuild:
+  Version bump, bug #444948
+
+  01 Dec 2012; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.5.3.ebuild:
+  alpha/sparc stable wrt #438804
+
+  15 Nov 2012; Andreas Schuerch <native...@gentoo.org> phpmyadmin-3.5.3.ebuild:
+  x86 stable, see bug 438804
+
+  15 Nov 2012; Anthony G. Basile <bluen...@gentoo.org> phpmyadmin-3.5.3.ebuild:
+  stable ppc ppc64, bug #438804
+
+  14 Nov 2012; <a...@gentoo.org> phpmyadmin-3.5.3.ebuild:
+  Stable for amd64, wrt bug #438804
+
+  13 Nov 2012; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.5.3.ebuild:
+  Stable for HPPA (bug #438804).
+
+*phpmyadmin-3.5.3 (11 Nov 2012)
+
+  11 Nov 2012; Anthony G. Basile <bluen...@gentoo.org> 
+phpmyadmin-3.5.3.ebuild:
+  Version bump, bug #438804
+
+  26 Sep 2012; Kacper Kowalik <xarthis...@gentoo.org> 
phpmyadmin-3.5.2.2.ebuild:
+  ppc/ppc64 stable wrt #432340
+
+  16 Sep 2012; Christoph Junghans <ott...@gentoo.org> 
phpmyadmin-3.5.2.2.ebuild:
+  added prefix support
+
+  26 Aug 2012; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.5.2.2.ebuild:
+  alpha/ia64/sparc stable wrt #432340
+
+  24 Aug 2012; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.5.2.2.ebuild:
+  Stable for HPPA (bug #432340).
+
+  23 Aug 2012; Johannes Huber <j...@gentoo.org> phpmyadmin-3.5.2.2.ebuild:
+  Stable for x86, wrt bug #432340
+
+  23 Aug 2012; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-3.5.2.2.ebuild:
+  Stable for amd64, wrt bug #432340
+
+*phpmyadmin-3.5.2.2 (22 Aug 2012)
+
+  22 Aug 2012; Alex Legler <a...@gentoo.org> -phpmyadmin-3.5.0.ebuild,
+  -phpmyadmin-3.5.1.ebuild, +phpmyadmin-3.5.2.2.ebuild:
+  Version bump to 3.5.2.2 for bugs 404991, 410965, and PMASA-2012-3/-4. Use .xz
+  distfile and bump EAPI for that. Removing unneeded vulnerable versions.
+
+*phpmyadmin-3.5.1 (07 May 2012)
+
+  07 May 2012; Alex Legler <a...@gentoo.org> -phpmyadmin-3.4.6.ebuild,
+  +phpmyadmin-3.5.1.ebuild:
+  Version bump for bug 414859, removing old version.
+
+*phpmyadmin-3.5.0 (09 Apr 2012)
+
+  09 Apr 2012; Robin H. Johnson <robb...@gentoo.org> +phpmyadmin-3.5.0.ebuild:
+  Version bump, ready for MySQL conference.
+
+  01 Jan 2012; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.4.9.ebuild:
+  alpha/sparc/x86 stable wrt #395715
+
+  26 Dec 2011; Mark Loeser <halc...@gentoo.org> phpmyadmin-3.4.9.ebuild:
+  Stable for ppc/ppc64; bug #395715
+
+  24 Dec 2011; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.4.9.ebuild:
+  Stable for HPPA (bug #395715).
+
+  23 Dec 2011; Agostino Sarubbo <a...@gentoo.org> phpmyadmin-3.4.9.ebuild:
+  Stable for AMD64, wrt security bug #395715
+
+*phpmyadmin-3.4.9 (23 Dec 2011)
+
+  23 Dec 2011; Alex Legler <a...@gentoo.org> -phpmyadmin-3.4.5.ebuild,
+  -phpmyadmin-3.4.7.ebuild, +phpmyadmin-3.4.9.ebuild:
+  Version bump for security bugs 389427 and 395715. Removing unnneeded and
+  vulnerable versions. The setup script is now disabled by default.
+
+  05 Nov 2011; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.4.6.ebuild:
+  alpha/sparc stable wrt #387413
+
+*phpmyadmin-3.4.7 (02 Nov 2011)
+
+  02 Nov 2011; Alex Legler <a...@gentoo.org> +phpmyadmin-3.4.7.ebuild:
+  Version bump, bugfix release
+
+  22 Oct 2011; Kacper Kowalik <xarthis...@gentoo.org> phpmyadmin-3.4.6.ebuild:
+  ppc/ppc64 stable wrt #387413
+
+  22 Oct 2011; Pawel Hajdan jr <phajdan...@gentoo.org> phpmyadmin-3.4.6.ebuild:
+  x86 stable wrt bug #387413
+
+  19 Oct 2011; Tony Vroon <chain...@gentoo.org> phpmyadmin-3.4.6.ebuild:
+  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
+  "idella4" Delaney in security bug #387413.
+
+  19 Oct 2011; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.4.6.ebuild:
+  Stable for HPPA (bug #387413).
+
+*phpmyadmin-3.4.6 (18 Oct 2011)
+
+  18 Oct 2011; Alex Legler <a...@gentoo.org> -phpmyadmin-3.4.4.ebuild,
+  +phpmyadmin-3.4.6.ebuild:
+  Version bump for security bug 387413. Removing unneeded vulnerable versions
+
+  27 Sep 2011; Kacper Kowalik <xarthis...@gentoo.org> phpmyadmin-3.4.5.ebuild:
+  ppc/ppc64 stable wrt #383107
+
+  17 Sep 2011; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.4.5.ebuild:
+  alpha/sparc stable wrt #383107
+
+  16 Sep 2011; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.4.5.ebuild:
+  Stable for HPPA (bug #383107).
+
+  16 Sep 2011; Tony Vroon <chain...@gentoo.org> phpmyadmin-3.4.5.ebuild:
+  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
+  Elijah "Armageddon" El Lazkani in bug #383107.
+
+  16 Sep 2011; Andreas Schuerch <native...@gentoo.org> phpmyadmin-3.4.5.ebuild:
+  x86 stable, security bug 383107
+
+*phpmyadmin-3.4.5 (15 Sep 2011)
+
+  15 Sep 2011; Alex Legler <a...@gentoo.org> +phpmyadmin-3.4.5.ebuild:
+  Version bump for security bug 383107, fixing input sanitation flaws.
+
+  03 Sep 2011; Alex Legler <a...@gentoo.org> -phpmyadmin-3.4.3.2.ebuild:
+  Removing vunlerable ebuild
+
+  03 Sep 2011; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.4.4.ebuild:
+  alpha/sparc stable wrt #380601
+
+  02 Sep 2011; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.4.4.ebuild:
+  Stable for HPPA (bug #380601).
+
+  27 Aug 2011; Pawel Hajdan jr <phajdan...@gentoo.org> phpmyadmin-3.4.4.ebuild:
+  x86 stable wrt security bug #380601
+
+  27 Aug 2011; Kacper Kowalik <xarthis...@gentoo.org> phpmyadmin-3.4.4.ebuild:
+  ppc/ppc64 stable wrt #380601
+
+  27 Aug 2011; Markos Chandras <hwoar...@gentoo.org> phpmyadmin-3.4.4.ebuild:
+  Stable on amd64 wrt bug #380601
+
+*phpmyadmin-3.4.4 (26 Aug 2011)
+
+  26 Aug 2011; Alex Legler <a...@gentoo.org> +phpmyadmin-3.4.4.ebuild:
+  Version bump for security bug 380601.
+
+  11 Aug 2011; Alex Legler <a...@gentoo.org> -phpmyadmin-3.4.3.1.ebuild:
+  Removing vulnerable versions
+
+  07 Aug 2011; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.4.3.2.ebuild:
+  alpha/sparc stable wrt #376369
+
+  02 Aug 2011; Markos Chandras <hwoar...@gentoo.org> phpmyadmin-3.4.3.2.ebuild:
+  Stable on amd64 wrt bug #376369
+
+  27 Jul 2011; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.4.3.2.ebuild:
+  Stable for HPPA (bug #376369).
+
+  26 Jul 2011; Kacper Kowalik <xarthis...@gentoo.org>
+  phpmyadmin-3.4.3.2.ebuild:
+  ppc/ppc64 stable wrt #376369
+
+  26 Jul 2011; Thomas Kahle <to...@gentoo.org> phpmyadmin-3.4.3.2.ebuild:
+  x86 stable per bug 376369
+
+*phpmyadmin-3.4.3.2 (25 Jul 2011)
+
+  25 Jul 2011; Alex Legler <a...@gentoo.org> -phpmyadmin-3.4.1.ebuild,
+  +phpmyadmin-3.4.3.2.ebuild:
+  Version bump for security bug 376369. Removing old vunlerable versions
+
+  11 Jul 2011; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.4.3.1.ebuild:
+  Stable for HPPA (bug #373951).
+
+  09 Jul 2011; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.4.3.1.ebuild:
+  alpha/sparc stable wrt #373951
+
+  09 Jul 2011; Kacper Kowalik <xarthis...@gentoo.org>
+  phpmyadmin-3.4.3.1.ebuild:
+  ppc/ppc64 stable wrt #373951
+
+  08 Jul 2011; Thomas Kahle <to...@gentoo.org> phpmyadmin-3.4.3.1.ebuild:
+  x86 stable per bug 373951
+
+  06 Jul 2011; Markos Chandras <hwoar...@gentoo.org> phpmyadmin-3.4.3.1.ebuild:
+  Stable on amd64 wrt bug #373951
+
+*phpmyadmin-3.4.3.1 (06 Jul 2011)
+
+  06 Jul 2011; Alex Legler <a...@gentoo.org> -phpmyadmin-3.4.0.ebuild,
+  +phpmyadmin-3.4.3.1.ebuild:
+  Version bump for security bug 373951. Removing unneeded vulnerable ebuilds.
+
+  28 May 2011; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.4.1.ebuild:
+  alpha/sparc stable wrt #368495
+
+  27 May 2011; Kacper Kowalik <xarthis...@gentoo.org> phpmyadmin-3.4.1.ebuild:
+  ppc/ppc64 stable wrt #368495
+
+  24 May 2011; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.4.1.ebuild:
+  Stable for HPPA (bug #368495).
+
+  24 May 2011; Markos Chandras <hwoar...@gentoo.org> phpmyadmin-3.4.1.ebuild:
+  Stable on amd64 wrt bug #368495
+
+  24 May 2011; Pawel Hajdan jr <phajdan...@gentoo.org> phpmyadmin-3.4.1.ebuild:
+  x86 stable wrt security bug #368495
+
+  22 May 2011; Alex Legler <a...@gentoo.org> -phpmyadmin-3.3.8.1.ebuild,
+  -phpmyadmin-3.3.9.ebuild:
+  Removing vulnerable ebuilds, bug 354227
+
+  22 May 2011; Kacper Kowalik <xarthis...@gentoo.org> phpmyadmin-3.4.0.ebuild:
+  ppc/ppc64 stable wrt #354227
+
+*phpmyadmin-3.4.1 (22 May 2011)
+
+  22 May 2011; Alex Legler <a...@gentoo.org> +phpmyadmin-3.4.1.ebuild:
+  Version bump
+
+  21 May 2011; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.4.0.ebuild:
+  alpha/sparc stable wrt #354227
+
+  21 May 2011; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.4.0.ebuild:
+  Stable for HPPA (bug #354227).
+
+  19 May 2011; Thomas Kahle <to...@gentoo.org> phpmyadmin-3.4.0.ebuild:
+  x86 stable per bug 354227
+
+  19 May 2011; Markos Chandras <hwoar...@gentoo.org> phpmyadmin-3.4.0.ebuild:
+  Stable on amd64 wrt bug #354227
+
+*phpmyadmin-3.4.0 (15 May 2011)
+
+  15 May 2011; Alex Legler <a...@gentoo.org> files/postinstall-en-3.1.txt,
+  +phpmyadmin-3.4.0.ebuild, metadata.xml:
+  Version bump. The installation of the PMA setup utility can now be controlled
+  via the 'setup' USE flag.
+
+*phpmyadmin-3.3.9 (05 Jan 2011)
+
+  05 Jan 2011; Alex Legler <a...@gentoo.org> -phpmyadmin-3.3.7.ebuild,
+  +phpmyadmin-3.3.9.ebuild:
+  Version bump, closes bug 350673. Removing vulnerable version.
+
+  27 Dec 2010; Brent Baude <ran...@gentoo.org> phpmyadmin-3.3.8.1.ebuild:
+  Marking phpmyadmin-3.3.8.1 ppc64 for bug 347327
+
+  04 Dec 2010; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.3.8.1.ebuild:
+  Stable for HPPA PPC (bug #347327).
+
+  04 Dec 2010; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.3.8.1.ebuild:
+  alpha/sparc stable wrt #347327
+
+  02 Dec 2010; Christian Faulhammer <fa...@gentoo.org>
+  phpmyadmin-3.3.8.1.ebuild:
+  stable x86, security bug 347327
+
+  01 Dec 2010; Richard Freeman <ri...@gentoo.org> phpmyadmin-3.3.8.1.ebuild:
+  amd64 stable - 347327
+
+*phpmyadmin-3.3.8.1 (30 Nov 2010)
+
+  30 Nov 2010; Alex Legler <a...@gentoo.org> -phpmyadmin-3.3.8.ebuild,
+  +phpmyadmin-3.3.8.1.ebuild:
+  Version bump, fixes XSS (bug 347327); remove unneeded vulnerable version
+
+*phpmyadmin-3.3.8 (26 Oct 2010)
+
+  26 Oct 2010; Alex Legler <a...@gentoo.org> +phpmyadmin-3.3.8.ebuild:
+  Version bump. 3.3.8 is a bugfix release.
+
+  22 Oct 2010; Alex Legler <a...@gentoo.org> -files/reconfig-2.8,
+  -files/postinstall-en-2.8.0.txt,
+  -files/phpmyadmin-2.11.5-custom-cert.patch, -phpmyadmin-2.11.10.ebuild,
+  -phpmyadmin-3.3.5.1.ebuild, -phpmyadmin-3.3.6.ebuild:
+  Removing vulnerable older versions (bug #336462 et. al.)
+
+  14 Sep 2010; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.3.7.ebuild:
+  Stable for HPPA (bug #336462).
+
+  12 Sep 2010; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.3.7.ebuild:
+  alpha/sparc stable wrt #336462
+
+  12 Sep 2010; Joseph Jezak <jos...@gentoo.org> phpmyadmin-3.3.7.ebuild:
+  Marked ppc/ppc64 stable for bug #336462.
+
+  10 Sep 2010; Markos Chandras <hwoar...@gentoo.org>
+  phpmyadmin-3.3.7.ebuild:
+  Stable on amd64 wrt bug #336462
+
+  10 Sep 2010; Christian Faulhammer <fa...@gentoo.org>
+  phpmyadmin-3.3.7.ebuild:
+  stable x86, security bug 336462
+
+*phpmyadmin-3.3.7 (07 Sep 2010)
+
+  07 Sep 2010; Alex Legler <a...@gentoo.org> +phpmyadmin-3.3.7.ebuild:
+  Version bump
+
+  06 Sep 2010; Brent Baude <ran...@gentoo.org> phpmyadmin-3.3.6.ebuild:
+  Marking phpmyadmin-3.3.6 ppc64 for bug 335490
+
+  03 Sep 2010; Markos Chandras <hwoar...@gentoo.org>
+  phpmyadmin-3.3.6.ebuild:
+  Stable on amd64 wrt bug #335490
+
+  03 Sep 2010; Christian Faulhammer <fa...@gentoo.org>
+  phpmyadmin-3.3.6.ebuild:
+  stable x86, security bug 335490
+
+*phpmyadmin-3.3.6 (01 Sep 2010)
+
+  01 Sep 2010; Alex Legler <a...@gentoo.org> +phpmyadmin-3.3.6.ebuild:
+  Version bump, fixes CVE-2010-3056
+
+  27 Aug 2010; Raúl Porcel <armi...@gentoo.org> phpmyadmin-3.3.5.1.ebuild:
+  alpha/sparc stable wrt #302745
+
+  21 Aug 2010; Pawel Hajdan jr <phajdan...@gentoo.org>
+  phpmyadmin-3.3.5.1.ebuild:
+  x86 stable wrt security bug #302745
+
+  21 Aug 2010; Markos Chandras <hwoar...@gentoo.org>
+  phpmyadmin-3.3.5.1.ebuild:
+  Stable on amd64 wrt bug #302745
+
+  21 Aug 2010; Jeroen Roovers <j...@gentoo.org> phpmyadmin-3.3.5.1.ebuild:
+  Stable for HPPA (bug #302745).
+
+  21 Aug 2010; Alex Legler <a...@gentoo.org> phpmyadmin-3.3.5.1.ebuild,
+  metadata.xml:
+  Adding myself to metadata, removing reconfig-2.8 script call that should
+  no longer be needed and has caused some trouble (bugs 239125 by Toralf
+  Förster and 296706 by Dominik George).
+
+*phpmyadmin-3.3.5.1 (21 Aug 2010)
+
+  21 Aug 2010; Alex Legler <a...@gentoo.org> -phpmyadmin-2.11.9.5.ebuild,
+  -phpmyadmin-2.11.9.6.ebuild, -phpmyadmin-3.2.2.1.ebuild,
+  -phpmyadmin-3.3.2.ebuild, +phpmyadmin-3.3.5.1.ebuild:
+  Version bump for security bug 302745.
+
+  18 Jul 2010; Joseph Jezak <jos...@gentoo.org> phpmyadmin-2.11.10.ebuild:
+  Marked ppc/ppc64 stable for bug #303761.
+
+  21 Jun 2010; Markus Meier <mae...@gentoo.org> phpmyadmin-2.11.10.ebuild:
+  amd64 stable, bug #303761
+
+  20 Jun 2010; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.10.ebuild:
+  alpha/sparc stable wrt #303761
+
+  12 Jun 2010; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.10.ebuild:
+  Stable for HPPA (bug #303761).
+
+  12 Jun 2010; Christian Faulhammer <fa...@gentoo.org> 
phpmyadmin-2.11.10.ebuild:
+  stable x86, security bug 303761
+
+*phpmyadmin-2.11.10 (11 Jun 2010)
+
+  11 Jun 2010; Tobias Heinlein <keytoas...@gentoo.org>
+  +phpmyadmin-2.11.10.ebuild:
+  Non-maintainer version bump as per security bug #303761.
+
+*phpmyadmin-3.3.2 (30 Apr 2010)
+
+  30 Apr 2010; <m...@gentoo.org> +phpmyadmin-3.3.2.ebuild:
+  version bump from the php-experimental overlay (thanks to Tsisaruk V
+  <tsisaru...@gmail.com>)
+
+  21 Nov 2009; nixnut <nix...@gentoo.org> phpmyadmin-2.11.9.6.ebuild,
+  phpmyadmin-3.2.2.1.ebuild:
+  ppc stable #288899
+
+  03 Nov 2009; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.9.5.ebuild,
+  phpmyadmin-2.11.9.6.ebuild, phpmyadmin-3.2.2.1.ebuild:
+  Add ~ia64 wrt #282945
+
+  31 Oct 2009; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.9.6.ebuild:
+  sparc stable wrt #288899
+
+  18 Oct 2009; Brent Baude <ran...@gentoo.org> phpmyadmin-2.11.9.6.ebuild:
+  Marking phpmyadmin-2.11.9.6 ppc64 for bug 288899
+
+  16 Oct 2009; Tobias Klausmann <klaus...@gentoo.org>
+  phpmyadmin-2.11.9.6.ebuild:
+  Stable on alpha, bug #288899
+
+  16 Oct 2009; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.9.6.ebuild:
+  Stable for HPPA (bug #288899).
+
+  16 Oct 2009; Christian Faulhammer <fa...@gentoo.org>
+  phpmyadmin-2.11.9.6.ebuild:
+  stable x86, security bug 288899
+
+  15 Oct 2009; Richard Freeman <ri...@gentoo.org>
+  phpmyadmin-2.11.9.6.ebuild:
+  amd64 stable - 288899
+
+*phpmyadmin-3.2.2.1 (13 Oct 2009)
+*phpmyadmin-2.11.9.6 (13 Oct 2009)
+
+  13 Oct 2009; Alex Legler <a...@gentoo.org> -phpmyadmin-2.11.9.4.ebuild,
+  +phpmyadmin-2.11.9.6.ebuild, -phpmyadmin-3.2.0.1.ebuild,
+  -phpmyadmin-3.2.2.ebuild, +phpmyadmin-3.2.2.1.ebuild:
+  Non-maintainer commit: Version bump for security bug 288899. Removing
+  unneeded vulnerable versions.
+
+*phpmyadmin-3.2.2 (18 Sep 2009)
+
+  18 Sep 2009; Tomáš Chvátal <scarab...@gentoo.org>
+  +phpmyadmin-3.2.2.ebuild:
+  Version bump. Migrate to eapi2.
+
+*phpmyadmin-3.2.0.1 (01 Aug 2009)
+
+  01 Aug 2009; Alex Legler <a...@gentoo.org> -phpmyadmin-3.2.0.ebuild,
+  +phpmyadmin-3.2.0.1.ebuild:
+  Non-maintainer commit: Version bump for security bug 276218.
+  Removing vulnerable version.
+
+  06 Jul 2009; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.9.5.ebuild:
+  sparc stable wrt #263711
+
+  26 Jun 2009; Tobias Klausmann <klaus...@gentoo.org>
+  phpmyadmin-2.11.9.5.ebuild:
+  Stable on alpha, bug #263711
+
+  25 Jun 2009; Christian Faulhammer <fa...@gentoo.org>
+  phpmyadmin-2.11.9.5.ebuild:
+  stable x86, bug 263711
+
+  21 Jun 2009; Brent Baude <ran...@gentoo.org> phpmyadmin-2.11.9.5.ebuild:
+  Marking phpmyadmin-2.11.9.5 ppc for bug 263711
+
+  21 Jun 2009; Brent Baude <ran...@gentoo.org> phpmyadmin-2.11.9.5.ebuild:
+  Marking phpmyadmin-2.11.9.5 ppc64 for bug 263711
+
+  20 Jun 2009; Tobias Heinlein <keytoas...@gentoo.org>
+  phpmyadmin-2.11.9.5.ebuild:
+  amd64 stable wrt security bug 263711
+
+  19 Jun 2009; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.9.5.ebuild:
+  Stable for HPPA (bug #263711).
+
+*phpmyadmin-3.2.0 (19 Jun 2009)
+*phpmyadmin-2.11.9.5 (19 Jun 2009)
+
+  19 Jun 2009; Alex Legler <a...@gentoo.org> +phpmyadmin-2.11.9.5.ebuild,
+  -phpmyadmin-3.1.2.ebuild, +phpmyadmin-3.2.0.ebuild:
+  Non-maintainer commit: Version bump, security bugs 263711 and 266438, bump
+  request 270877.
+
+  28 Feb 2009; Robin H. Johnson <robb...@gentoo.org>
+  phpmyadmin-3.1.2.ebuild:
+  Fix bug #257757 - use virtual/mysql for the dep. We never had 5.0.x
+  versions less than .15 anyway.
+
+*phpmyadmin-3.1.2 (24 Jan 2009)
+
+  24 Jan 2009; Peter Volkov <p...@gentoo.org> +files/postinstall-en-3.1.txt,
+  -phpmyadmin-2.11.9.3.ebuild, -phpmyadmin-3.1.1.ebuild,
+  +phpmyadmin-3.1.2.ebuild:
+  Version bump. Fixed setup path in postinstall info, filter is now
+  requirement in php, bug #254764, thank Jamie Learmonth for this work.
+  Removed old.
+
+  05 Jan 2009; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.9.4.ebuild:
+  alpha stable wrt #250752
+
+  03 Jan 2009; Markus Meier <mae...@gentoo.org> phpmyadmin-2.11.9.4.ebuild:
+  x86 stable, bug #250752
+
+  02 Jan 2009; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.9.4.ebuild:
+  Stable for HPPA (bug #250752).
+
+  02 Jan 2009; Tobias Heinlein <keytoas...@gentoo.org>
+  phpmyadmin-2.11.9.4.ebuild:
+  amd64 stable wrt security bug #250752
+
+  30 Dec 2008; Friedrich Oslage <blueb...@gentoo.org>
+  phpmyadmin-2.11.9.4.ebuild:
+  Stable on sparc, security bug #250752
+
+  30 Dec 2008; Brent Baude <ran...@gentoo.org> phpmyadmin-2.11.9.4.ebuild:
+  Marking phpmyadmin-2.11.9.4 ppc64 for bug 250752
+
+  29 Dec 2008; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.9.4.ebuild:
+  ppc stable, bug #250752
+
+*phpmyadmin-3.1.1 (28 Dec 2008)
+*phpmyadmin-2.11.9.4 (28 Dec 2008)
+
+  28 Dec 2008; Gunnar Wrobel <wro...@gentoo.org>
+  +phpmyadmin-2.11.9.4.ebuild, -phpmyadmin-3.0.1.1.ebuild,
+  +phpmyadmin-3.1.1.ebuild:
+  Added dev-db/phpmyadmin-2.11.9.4, -3.1.1 in response to #250752. Fixed 
#251070.
+
+  07 Dec 2008; Gunnar Wrobel <wro...@gentoo.org> phpmyadmin-3.0.1.1.ebuild:
+  Fixed mysql dependency (#248623).
+
+*phpmyadmin-3.0.1.1 (17 Nov 2008)
+
+  17 Nov 2008; Gunnar Wrobel <wro...@gentoo.org>
+  -phpmyadmin-2.11.9.2.ebuild, -phpmyadmin-3.0.1.ebuild,
+  +phpmyadmin-3.0.1.1.ebuild:
+  Removed vulnerable dev-db/phpmyadmin-{2.11.9.2,3.0.1}, added
+  dev-db/phpmyadmin-3.0.1.1 (sec issues #244914, #246831).
+
+*phpmyadmin-3.0.1 (15 Nov 2008)
+
+  15 Nov 2008; Gunnar Wrobel <wro...@gentoo.org> +phpmyadmin-3.0.1.ebuild:
+  Added dev-db/phpmyadmin-3.0.1 (#243016).
+
+  14 Nov 2008; Robin H. Johnson <robb...@gentoo.org>
+  phpmyadmin-2.11.9.3.ebuild:
+  Docs patch from bug #232983.
+
+  14 Nov 2008; Robin H. Johnson <robb...@gentoo.org> metadata.xml:
+  MySQL herd is for the mysql server, trying to cut down on other packages
+  that are only vaguely related.
+
+  14 Nov 2008; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.9.3.ebuild:
+  ppc stable, bug #244914
+
+  12 Nov 2008; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.9.3.ebuild:
+  Stable on ppc64; bug #244914
+
+  10 Nov 2008; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.9.3.ebuild:
+  Stable for HPPA (bug #244914)
+
+  09 Nov 2008; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.9.3.ebuild:
+  alpha/sparc stable wrt #244914
+
+  09 Nov 2008; Markus Meier <mae...@gentoo.org> phpmyadmin-2.11.9.3.ebuild:
+  amd64/x86 stable, bug #244914
+
+*phpmyadmin-2.11.9.3 (08 Nov 2008)
+
+  08 Nov 2008; Gunnar Wrobel <wro...@gentoo.org>
+  +phpmyadmin-2.11.9.3.ebuild:
+  Added phpmyadmin-2.11.9.3 in response to sec issue #244914.
+
+  02 Oct 2008; wro...@gentoo.org -phpmyadmin-2.11.9.1.ebuild:
+  Removed insecure phpmyadmin-2.11.9.1 (sec issue #238592).
+
+  01 Oct 2008; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.9.2.ebuild:
+  ppc stable, bug #238592
+
+  30 Sep 2008; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.9.2.ebuild:
+  Stable on ppc64; bug #238592
+
+  30 Sep 2008; Tobias Heinlein <keytoas...@gentoo.org>
+  phpmyadmin-2.11.9.2.ebuild:
+  amd64 stable wrt security bug #238592
+
+  29 Sep 2008; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.9.2.ebuild:
+  Stable for HPPA (bug #238592).
+
+  29 Sep 2008; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.9.2.ebuild:
+  alpha/sparc/x86 stable wrt #238592
+
+*phpmyadmin-2.11.9.2 (29 Sep 2008)
+
+  29 Sep 2008; wro...@gentoo.org -phpmyadmin-2.11.8.ebuild,
+  -phpmyadmin-2.11.8.1.ebuild, +phpmyadmin-2.11.9.2.ebuild:
+  Added phpmyadmin-2.11.9.2 in response to sec issue #238592. Removed
+  phpmyadmin-2.11.8, -2.11.8.1 as they are vulnerable to #237781.
+
+  23 Sep 2008; Tobias Heinlein <keytoas...@gentoo.org>
+  phpmyadmin-2.11.9.1.ebuild:
+  amd64 stable wrt security bug #237781
+
+  22 Sep 2008; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.9.1.ebuild:
+  Stable for HPPA (bug #237781).
+
+  21 Sep 2008; Brent Baude <ran...@gentoo.org> phpmyadmin-2.11.9.1.ebuild:
+  Marking phpmyadmin-2.11.9.1 ppc64 for bug 237781
+
+  21 Sep 2008; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.9.1.ebuild:
+  alpha/sparc/x86 stable wrt #237781
+
+  21 Sep 2008; Brent Baude <ran...@gentoo.org> phpmyadmin-2.11.9.1.ebuild:
+  Marking phpmyadmin-2.11.9.1 ppc for bug 237781
+
+*phpmyadmin-2.11.9.1 (21 Sep 2008)
+
+  21 Sep 2008; wro...@gentoo.org +phpmyadmin-2.11.9.1.ebuild:
+  Added phpmyadmin-2.11.9.1 in response to sec issue #237781.
+
+  15 Sep 2008; Doug Goldstein <car...@gentoo.org>
+  phpmyadmin-2.11.8.1.ebuild:
+  mark amd64 to fix error with 2.11.8
+
+*phpmyadmin-2.11.8.1 (21 Aug 2008)
+
+  21 Aug 2008; Doug Goldstein <car...@gentoo.org>
+  +phpmyadmin-2.11.8.1.ebuild:
+  new version. fixes issue with PHP warnings enabled. fixes bug #234767.
+  discussed commit with robbat2 and trapni
+
+  09 Aug 2008; Christian Hoffmann <hof...@gentoo.org>
+  phpmyadmin-2.11.8.ebuild:
+  (cosmetic change) remove doc line for php-4
+
+  04 Aug 2008; wro...@gentoo.org -phpmyadmin-2.11.7.ebuild:
+  Removed vulnerable phpmyadmin-2.11.7 (#232007)
+
+  03 Aug 2008; Tobias Heinlein <keytoas...@gentoo.org>
+  phpmyadmin-2.11.8.ebuild:
+  amd64 stable wrt security bug #232007
+
+  03 Aug 2008; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.8.ebuild:
+  ppc stable, bug #232007
+
+  02 Aug 2008; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.8.ebuild:
+  Stable on ppc64; bug #232007
+
+  01 Aug 2008; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.8.ebuild:
+  alpha/sparc/x86 stable wrt #232007
+
+  01 Aug 2008; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.8.ebuild:
+  Stable for HPPA (bug #232007).
+
+*phpmyadmin-2.11.8 (31 Jul 2008)
+
+  31 Jul 2008; wro...@gentoo.org -phpmyadmin-2.11.5.ebuild,
+  -phpmyadmin-2.11.5-r1.ebuild, -phpmyadmin-2.11.5.1.ebuild,
+  -phpmyadmin-2.11.5.2.ebuild, -phpmyadmin-2.11.6.ebuild,
+  +phpmyadmin-2.11.8.ebuild:
+  Bumped to 2.11.8 in response to sec issue #232007. Removed some vulnerable
+  versions.
+
+  05 Jul 2008; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.7.ebuild:
+  ppc stable, bug #229095
+
+  01 Jul 2008; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.7.ebuild:
+  alpha/sparc/x86 stable wrt #229095
+
+  01 Jul 2008; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.7.ebuild:
+  Stable for HPPA (bug #229095).
+
+  01 Jul 2008; Thomas Anderson <gentoofa...@gentoo.org>
+  phpmyadmin-2.11.7.ebuild:
+  stable amd64, bug 229095
+
+  01 Jul 2008; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.7.ebuild:
+  Stable on ppc64; bug #229095
+
+*phpmyadmin-2.11.7 (30 Jun 2008)
+
+  30 Jun 2008; wro...@gentoo.org +phpmyadmin-2.11.7.ebuild:
+  Added phpmyadmin-2.11.7 in response to sec issue #229095.
+
+*phpmyadmin-2.11.6 (02 May 2008)
+
+  02 May 2008; wro...@gentoo.org +phpmyadmin-2.11.6.ebuild:
+  Added phpmyadmin-2.11.6
+
+  28 Apr 2008; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.5.2.ebuild:
+  ppc stable, bug #219005
+
+  27 Apr 2008; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.5.2.ebuild:
+  alpha/sparc stable wrt security #219005
+
+  27 Apr 2008; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.5.2.ebuild:
+  Stable on ppc64; bug #219005
+
+  26 Apr 2008; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.5.2.ebuild:
+  Stable for HPPA (bug #219005).
+
+  26 Apr 2008; Markus Meier <mae...@gentoo.org> phpmyadmin-2.11.5.2.ebuild:
+  amd64/x86 stable, security bug #219005
+
+*phpmyadmin-2.11.5.2 (25 Apr 2008)
+
+  25 Apr 2008; Benedikt Böhm <hol...@gentoo.org>
+  +phpmyadmin-2.11.5.2.ebuild:
+  version bump wrt security #219005
+
+  07 Apr 2008; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.5.1.ebuild:
+  alpha/sparc stable wrt security #215502
+
+  06 Apr 2008; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.5.1.ebuild:
+  ppc stable, bug #215502
+
+  06 Apr 2008; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.5.1.ebuild:
+  Stable for HPPA (bug #215502).
+
+  03 Apr 2008; Markus Meier <mae...@gentoo.org> phpmyadmin-2.11.5.1.ebuild:
+  amd64/x86 stable, security bug #215502
+
+  03 Apr 2008; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.5.1.ebuild:
+  Stable on ppc64; bug #215502
+
+*phpmyadmin-2.11.5.1 (03 Apr 2008)
+
+  03 Apr 2008; Benedikt Böhm <hol...@gentoo.org>
+  +phpmyadmin-2.11.5.1.ebuild:
+  version bump wrt security #215502
+
+*phpmyadmin-2.11.5-r1 (06 Mar 2008)
+
+  06 Mar 2008; Benedikt Böhm <hol...@gentoo.org>
+  files/postinstall-en-2.8.0.txt,
+  +files/phpmyadmin-2.11.5-custom-cert.patch, -phpmyadmin-2.11.2.2.ebuild,
+  -phpmyadmin-2.11.4.ebuild, +phpmyadmin-2.11.5-r1.ebuild:
+  add patch for custom connection certificates; fix postinstall instructions
+  wrt #212117; remove vulnerable versions wrt #212000
+
+  04 Mar 2008; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.5.ebuild:
+  ppc stable, bug #212000
+
+  04 Mar 2008; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.5.ebuild:
+  alpha/sparc stable wrt security #212000
+
+  03 Mar 2008; Christian Faulhammer <op...@gentoo.org>
+  phpmyadmin-2.11.5.ebuild:
+  stable x86, security bug 212000
+
+  03 Mar 2008; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.5.ebuild:
+  Stable for HPPA (bug #212000).
+
+  02 Mar 2008; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.5.ebuild:
+  Stable on ppc64; bug #212000
+
+  02 Mar 2008; Richard Freeman <ri...@gentoo.org> phpmyadmin-2.11.5.ebuild:
+  amd64 stable - 212000
+
+*phpmyadmin-2.11.5 (02 Mar 2008)
+
+  02 Mar 2008; Benedikt Böhm <hol...@gentoo.org> +phpmyadmin-2.11.5.ebuild:
+  version bump wrt security #212000
+
+*phpmyadmin-2.11.4 (19 Feb 2008)
+
+  19 Feb 2008; Benedikt Böhm <hol...@gentoo.org>
+  phpmyadmin-2.11.2.2.ebuild, +phpmyadmin-2.11.4.ebuild:
+  version bump #206297; ebuild cleanup wrt #208584
+
+  05 Dec 2007; Gunnar Wrobel <wro...@gentoo.org>
+  -phpmyadmin-2.11.1.2.ebuild:
+  Removed insecure phpmyadmin-2.11.1.2 (#198801).
+
+  05 Dec 2007; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.11.2.2.ebuild:
+  alpha/sparc stable wrt security #198801
+
+  04 Dec 2007; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.2.2.ebuild:
+  ppc stable, bug #198801
+
+  04 Dec 2007; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.2.2.ebuild:
+  Stable for HPPA (bug #198801).
+
+  04 Dec 2007; Steve Dibb <bean...@gentoo.org> phpmyadmin-2.11.2.2.ebuild:
+  amd64 stable, bug 198801
+
+  03 Dec 2007; Christian Faulhammer <op...@gentoo.org>
+  phpmyadmin-2.11.2.2.ebuild:
+  stable x86, security bug 198801
+
+  02 Dec 2007; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.2.2.ebuild:
+  Stable on ppc64; bug #198801
+
+*phpmyadmin-2.11.2.2 (02 Dec 2007)
+
+  02 Dec 2007; <wro...@gentoo.org> +phpmyadmin-2.11.2.2.ebuild:
+  -m Added phpmyadmin-2.11.2.2 in response to sec bug #198801.
+
+  25 Oct 2007; wro...@gentoo.org
+  -files/phpmyadmin-2.11.1-issue_195707.patch, -phpmyadmin-2.10.1.ebuild,
+  -phpmyadmin-2.11.1.1.ebuild:
+  Removed insecure versions from the tree (see sec issue #196237).
+
+  24 Oct 2007; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.11.1.2.ebuild:
+  Stable on alpha wrt security bug #196237
+
+  24 Oct 2007; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.11.1.2.ebuild:
+  Stable on sparc wrt security bug #196237. Thanks to jmbsvicetto for testing
+
+  21 Oct 2007; Steve Dibb <bean...@gentoo.org> phpmyadmin-2.11.1.2.ebuild:
+  amd64 stable
+
+  20 Oct 2007; Jurek Bartuszek <ju...@gentoo.org>
+  phpmyadmin-2.11.1.2.ebuild:
+  x86 stable (bug #196237)
+
+  18 Oct 2007; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.1.2.ebuild:
+  Stable on ppc64; bug #196237
+
+  18 Oct 2007; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.11.1.2.ebuild:
+  ppc stable, bug #196237
+
+  18 Oct 2007; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.1.2.ebuild:
+  Stable for HPPA (bug #196237).
+
+*phpmyadmin-2.11.1.2 (18 Oct 2007)
+
+  18 Oct 2007; <wro...@gentoo.org> +phpmyadmin-2.11.1.2.ebuild:
+  -m Another sec release from upstream. phpmyadmin-2.11.1.2 (#196237)
+
+  16 Oct 2007; Dawid Węgliński <c...@gentoo.org>
+  phpmyadmin-2.11.1.1.ebuild:
+  Stable on x86 (bug #195707)
+
+  16 Oct 2007; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.11.1.1.ebuild:
+  Stable for HPPA (bug #195707).
+
+  16 Oct 2007; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.11.1.1.ebuild:
+  Stable on ppc64; bug #195707
+
+*phpmyadmin-2.11.1.1 (16 Oct 2007)
+
+  16 Oct 2007; <wro...@gentoo.org> -phpmyadmin-2.11.1.ebuild,
+  +phpmyadmin-2.11.1.1.ebuild:
+  -m Added phpmyadmin-2.11.1.1 in response to #195707.
+
+  14 Oct 2007; Christian Faulhammer <op...@gentoo.org>
+  phpmyadmin-2.11.1.ebuild:
+  revert x86 back to testing: version is broken
+
+  14 Oct 2007; Dawid Węgliński <c...@gentoo.org> phpmyadmin-2.11.1.ebuild:
+  Stable on x86 (bug #195707)
+
+*phpmyadmin-2.11.1 (14 Oct 2007)
+
+  14 Oct 2007; <wro...@gentoo.org>
+  +files/phpmyadmin-2.11.1-issue_195707.patch, +phpmyadmin-2.11.1.ebuild:
+  Added patched 2.11.1 to the tree. See sec issue #195707.
+
+  02 Jun 2007; Renat Lumpau <r...@gentoo.org>
+  -files/mysql-setup.sql.in-2.5.6, -files/config.default.php-2.9.2.patch,
+  -files/config.default.php-2.9.10.patch, -files/common.lib.php.diff,
+  -phpmyadmin-2.10.0.2.ebuild:
+  Cleaned out old version
+
+  31 May 2007; Christoph Mende <ange...@gentoo.org>
+  phpmyadmin-2.10.1.ebuild:
+  Stable on amd64 wrt security bug 175847
+
+  29 May 2007; Andrej Kacian <ti...@gentoo.org> phpmyadmin-2.10.1.ebuild:
+  Stable on x86, security bug #175847.
+
+  29 May 2007; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.10.1.ebuild:
+  ppc stable, bug #175847
+
+  28 May 2007; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.10.1.ebuild:
+  Stable on alpha wrt security #175847
+
+  28 May 2007; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.10.1.ebuild:
+  Stable for HPPA (bug #175847).
+
+  28 May 2007; Brent Baude <ran...@gentoo.org> phpmyadmin-2.10.1.ebuild:
+  Marking phpmyadmin-2.10.1 ppc64 stable for 175847
+
+  28 May 2007; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.10.1.ebuild:
+  Stable on sparc wrt security #175847
+
+  26 May 2007; Renat Lumpau <r...@gentoo.org> phpmyadmin-2.10.1.ebuild:
+  Minor cleanups
+
+*phpmyadmin-2.10.1 (26 May 2007)
+
+  26 May 2007; Renat Lumpau <r...@gentoo.org>
+  files/postinstall-en-2.8.0.txt, +phpmyadmin-2.10.1.ebuild:
+  Version bump, fixes bugs #169697, #176521.
+
+  26 May 2007; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.9.2_rc1.ebuild:
+  Clean out old version
+
+  12 Mar 2007; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.10.0.2.ebuild:
+  Stable on alpha wrt security #169376
+
+  08 Mar 2007; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.10.0.2.ebuild:
+  Stable on sparc wrt security #169376
+
+  08 Mar 2007; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.10.0.2.ebuild:
+  Stable on ppc wrt bug #169376.
+
+  08 Mar 2007; Steve Dibb <bean...@gentoo.org> phpmyadmin-2.10.0.2.ebuild:
+  amd64 stable, security bug 169376
+
+  06 Mar 2007; René Nussbaumer <killer...@gentoo.org>
+  phpmyadmin-2.10.0.2.ebuild:
+  Stable on hppa. See bug #169376.
+
+  06 Mar 2007; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.10.0.2.ebuild:
+  Stable on ppc64; bug #169376
+
+  06 Mar 2007; Raúl Porcel <armi...@gentoo.org> phpmyadmin-2.10.0.2.ebuild:
+  x86 stable wrt security bug 169376
+
+*phpmyadmin-2.10.0.2 (02 Mar 2007)
+
+  02 Mar 2007; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.10.0.1.ebuild,
+  +phpmyadmin-2.10.0.2.ebuild:
+  Version bump
+
+  02 Mar 2007; Renat Lumpau <r...@gentoo.org> phpmyadmin-2.10.0.1.ebuild:
+  Fix error message
+
+  01 Mar 2007; Renat Lumpau <r...@gentoo.org> phpmyadmin-2.10.0.1.ebuild:
+  Check for ctype, bug 168921
+
+*phpmyadmin-2.10.0.1 (01 Mar 2007)
+
+  01 Mar 2007; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.10.0.ebuild,
+  +phpmyadmin-2.10.0.1.ebuild:
+  Version bump
+
+*phpmyadmin-2.10.0 (28 Feb 2007)
+
+  28 Feb 2007; Renat Lumpau <r...@gentoo.org>
+  -files/config.default.php-2.8.0.patch,
+  +files/config.default.php-2.9.10.patch, -phpmyadmin-2.9.2.ebuild,
+  +phpmyadmin-2.10.0.ebuild:
+  Version bump
+
+  04 Feb 2007; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.9.1.1.ebuild:
+  Removed vulnerable version
+
+  23 Jan 2007; Steve Dibb <bean...@gentoo.org> phpmyadmin-2.9.2_rc1.ebuild:
+  amd64 stable, security bug 161460
+
+*phpmyadmin-2.9.2 (22 Jan 2007)
+
+  22 Jan 2007; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.9.2.ebuild:
+  Version bump
+
+  16 Jan 2007; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.9.2_rc1.ebuild:
+  Stable for HPPA (bug #161460).
+
+  15 Jan 2007; Bryan Østergaard <klo...@gentoo.org>
+  phpmyadmin-2.9.2_rc1.ebuild:
+  Stable on Alpha, bug 161460.
+
+  15 Jan 2007; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.9.2_rc1.ebuild:
+  Stable on ppc wrt bug #161460.
+
+  15 Jan 2007; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.9.2_rc1.ebuild:
+  Stable on sparc wrt security #161460
+
+  15 Jan 2007; Andrej Kacian <ti...@gentoo.org> phpmyadmin-2.9.2_rc1.ebuild:
+  Stable on x86, security bug #161460.
+
+  15 Jan 2007; Markus Rothe <cors...@gentoo.org>
+  phpmyadmin-2.9.2_rc1.ebuild:
+  Stable on ppc64; bug #161460
+
+*phpmyadmin-2.9.2_rc1 (14 Jan 2007)
+
+  14 Jan 2007; Renat Lumpau <r...@gentoo.org>
+  +files/config.default.php-2.9.2.patch, +phpmyadmin-2.9.2_rc1.ebuild:
+  Version bump, bug #161460.
+
+  13 Jan 2007; Luca Longinotti <cht...@gentoo.org> metadata.xml:
+  Add MySQL herd to metadata.
+
+  02 Jan 2007; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.9.0.3.ebuild,
+  -phpmyadmin-2.9.1.ebuild, phpmyadmin-2.9.1.1.ebuild:
+  Housekeeping. Drop mysql dep per bug #159781.
+
+  25 Nov 2006; Bryan Østergaard <klo...@gentoo.org>
+  phpmyadmin-2.9.1.1.ebuild:
+  Stable on Alpha, bug 155468.
+
+  23 Nov 2006; Francesco Riosa <v...@gentoo.org> phpmyadmin-2.9.0.3.ebuild,
+  phpmyadmin-2.9.1.ebuild, phpmyadmin-2.9.1.1.ebuild:
+  dev-db/mysql => virtual/mysql
+
+  22 Nov 2006; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.9.1.1.ebuild:
+  ppc stable, bug #155468
+
+  21 Nov 2006; Jeroen Roovers <j...@gentoo.org> phpmyadmin-2.9.1.1.ebuild:
+  Stable for HPPA (bug #155468).
+
+  20 Nov 2006; <bl...@gentoo.org> phpmyadmin-2.9.1.1.ebuild:
+  stable on amd64
+
+  20 Nov 2006; Brent Baude <ran...@gentoo.org> phpmyadmin-2.9.1.1.ebuild:
+  Marking phpmyadmin-2.9.1.1 ppc64 for sec bug 155468
+
+  20 Nov 2006; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.9.1.1.ebuild:
+  Stable on sparc wrt security #155468
+
+  20 Nov 2006; Christian Faulhammer <op...@gentoo.org>
+  phpmyadmin-2.9.1.1.ebuild:
+  stable x86, security bug #155468
+
+*phpmyadmin-2.9.1.1 (19 Nov 2006)
+
+  19 Nov 2006; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.9.1.1.ebuild:
+  Version bump, security bug #155468.
+
+*phpmyadmin-2.9.1 (09 Nov 2006)
+
+  09 Nov 2006; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.9.0.2.ebuild,
+  -phpmyadmin-2.9.0.2-r1.ebuild, +phpmyadmin-2.9.1.ebuild:
+  Cleaned out old versions. Version bump.
+
+  06 Nov 2006; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.9.0.3.ebuild:
+  Stable on ppc64; bug #153748
+
+  05 Nov 2006; René Nussbaumer <killer...@gentoo.org>
+  phpmyadmin-2.9.0.3.ebuild:
+  Stable on hppa. See bug #153748.
+
+  04 Nov 2006; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.9.0.3.ebuild:
+  Stable on alpha wrt security bug #153748
+
+  04 Nov 2006; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.9.0.3.ebuild:
+  ppc stable, bug #153748
+
+  04 Nov 2006; Danny van Dyk <kugelf...@gentoo.org>
+  phpmyadmin-2.9.0.3.ebuild:
+  Marked stable on amd64.
+
+  03 Nov 2006; Andrej Kacian <ti...@gentoo.org> phpmyadmin-2.9.0.3.ebuild:
+  Stable on x86, security bug #153748.
+
+  03 Nov 2006; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.9.0.3.ebuild:
+  Stable on sparc wrt security #153748
+
+*phpmyadmin-2.9.0.3 (01 Nov 2006)
+
+  01 Nov 2006; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.9.0.3.ebuild:
+  Version bump
+
+*phpmyadmin-2.9.0.2-r1 (27 Oct 2006)
+
+  27 Oct 2006; Renat Lumpau <r...@gentoo.org> +files/common.lib.php.diff,
+  -phpmyadmin-2.8.2.ebuild, +phpmyadmin-2.9.0.2-r1.ebuild:
+  Fix for PHP segfault, bug #152933.
+
+  15 Oct 2006; Markus Rothe <cors...@gentoo.org> phpmyadmin-2.9.0.2.ebuild:
+  Stable on ppc64
+
+  15 Oct 2006; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.9.0.2.ebuild:
+  hppa stable, bug #149849
+
+  05 Oct 2006; Thomas Cort <tc...@gentoo.org> phpmyadmin-2.9.0.2.ebuild:
+  Stable on alpha wrt security Bug #149849.
+
+  05 Oct 2006; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.9.0.2.ebuild:
+  ppc stable, bug #149849
+
+  05 Oct 2006; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.9.0.2.ebuild:
+  Stable on sparc wrt security #149849
+
+  04 Oct 2006; Chris Gianelloni <wolf3...@gentoo.org>
+  phpmyadmin-2.9.0.2.ebuild:
+  Stable on amd64/x86 wrt bug #149849.
+
+*phpmyadmin-2.9.0.2 (04 Oct 2006)
+
+  04 Oct 2006; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.9.0.1.ebuild,
+  +phpmyadmin-2.9.0.2.ebuild:
+  Version bump
+
+*phpmyadmin-2.9.0.1 (03 Oct 2006)
+
+  03 Oct 2006; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.8.2.4.ebuild,
+  -phpmyadmin-2.9.0.ebuild, +phpmyadmin-2.9.0.1.ebuild:
+  version bump, security bug #149849. cleaned out old versions
+
+*phpmyadmin-2.9.0 (22 Sep 2006)
+
+  22 Sep 2006; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.9.0.ebuild:
+  Version bump
+
+  12 Sep 2006; Renat Lumpau <r...@gentoo.org>
+  files/postinstall-en-2.8.0.txt:
+  Fix instructions per bug #146567.
+
+*phpmyadmin-2.8.2.4 (22 Aug 2006)
+
+  22 Aug 2006; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.8.2.3.ebuild,
+  +phpmyadmin-2.8.2.4.ebuild:
+  Version bump
+
+*phpmyadmin-2.8.2.3 (22 Aug 2006)
+
+  22 Aug 2006; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.8.2.2.ebuild,
+  +phpmyadmin-2.8.2.3.ebuild:
+  Version bump
+
+*phpmyadmin-2.8.2.2 (21 Aug 2006)
+
+  21 Aug 2006; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.8.2.1.ebuild,
+  +phpmyadmin-2.8.2.2.ebuild:
+  Version bump, bug #144340.
+
+*phpmyadmin-2.8.2.1 (03 Aug 2006)
+
+  03 Aug 2006; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.8.2.1.ebuild:
+  Version bump
+
+  24 Jul 2006; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.8.0.4.ebuild,
+  -phpmyadmin-2.8.1.ebuild:
+  Housekeeping
+
+  10 Jul 2006; Joshua Jackson <tsu...@gentoo.org> phpmyadmin-2.8.2.ebuild:
+  Stable x86; security bug #138903
+
+  07 Jul 2006; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.8.2.ebuild:
+  Stable on alpha wrt security bug #138903
+
+  04 Jul 2006; Rene Nussbaumer <killer...@gentoo.org>
+  phpmyadmin-2.8.2.ebuild:
+  Stable on hppa. See bug #138903.
+
+  03 Jul 2006; Lars Weiler <py...@gentoo.org> phpmyadmin-2.8.2.ebuild:
+  Stable on ppc; security bug #138903.
+
+  03 Jul 2006; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.8.2.ebuild:
+  Stable on sparc wrt security #138903
+
+  03 Jul 2006; Thomas Cort <tc...@gentoo.org> phpmyadmin-2.8.2.ebuild:
+  Stable on amd64 wrt security Bug #138903.
+
+*phpmyadmin-2.8.2 (01 Jul 2006)
+
+  01 Jul 2006; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.8.2.ebuild:
+  Version bump
+
+  20 Jun 2006; Renat Lumpau <r...@gentoo.org>
+  files/postinstall-en-2.8.0.txt:
+  Clarify postinstall instructions, bug #137326.
+
+  21 May 2006; Renat Lumpau <r...@gentoo.org> Manifest:
+  Recommitting Manifest
+
+*phpmyadmin-2.8.1 (21 May 2006)
+
+  21 May 2006; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.8.1.ebuild:
+  Version bump
+
+  16 May 2006; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.8.0.3.ebuild:
+  Removed old version
+
+  15 May 2006; Rene Nussbaumer <killer...@gentoo.org>
+  phpmyadmin-2.8.0.4.ebuild:
+  Stable on hppa. See bug #133204.
+
+  14 May 2006; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.8.0.4.ebuild:
+  ppc stable, bug #133204
+
+  14 May 2006; Thomas Cort <tc...@gentoo.org> phpmyadmin-2.8.0.4.ebuild:
+  Stable on alpha and amd64 wrt security Bug #133204.
+
+  13 May 2006; Jason Wever <we...@gentoo.org> phpmyadmin-2.8.0.4.ebuild:
+  Stable on SPARC wrt bug #133204.
+
+  13 May 2006; Mark Loeser <halc...@gentoo.org> phpmyadmin-2.8.0.4.ebuild:
+  Stable on x86; bug #133204
+
+*phpmyadmin-2.8.0.4 (13 May 2006)
+
+  13 May 2006; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.8.0.4.ebuild:
+  Version bump (#133204), fixed multiple dies (#133103).
+
+  12 May 2006; Renat Lumpau <r...@gentoo.org> -files/reconfig-2.7,
+  -files/config.default.php-2.7.0.patch, -files/postinstall-en.txt,
+  -phpmyadmin-2.7.0_p1.ebuild, -phpmyadmin-2.8.0.2.ebuild:
+  Housekeeping
+
+  28 Apr 2006; Mike Doty <kingt...@gentoo.org> phpmyadmin-2.8.0.3.ebuild:
+  amd64 stable, bug 129850
+
+  22 Apr 2006; Diego Pettenò <flamee...@gentoo.org>
+  phpmyadmin-2.8.0.3.ebuild:
+  Add ~x86-fbsd keyword.
+
+  21 Apr 2006; Mark Loeser <halc...@gentoo.org> phpmyadmin-2.8.0.3.ebuild:
+  Stable on x86; bug #129850
+
+  21 Apr 2006; Rene Nussbaumer <killer...@gentoo.org>
+  phpmyadmin-2.8.0.3.ebuild:
+  Stable on hppa. See bug #129850.
+
+  20 Apr 2006; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.8.0.3.ebuild:
+  Stable on alpha wrt security #129850
+
+  20 Apr 2006; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.8.0.3.ebuild:
+  Stable on sparc wrt security #129850
+
+  20 Apr 2006; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.8.0.3.ebuild:
+  ppc stable, bug #129850
+
+*phpmyadmin-2.8.0.3 (20 Apr 2006)
+
+  20 Apr 2006; Renat Lumpau <r...@gentoo.org>
+  files/postinstall-en-2.8.0.txt, -phpmyadmin-2.7.0_p2.ebuild,
+  +phpmyadmin-2.8.0.3.ebuild:
+  Version bump (#129850); fixed postinstall instructions (#129590).
+
+  08 Apr 2006; Mark Loeser <halc...@gentoo.org> phpmyadmin-2.8.0.2.ebuild:
+  Stable on x86; bug #129037
+
+  07 Apr 2006; Rene Nussbaumer <killer...@gentoo.org>
+  phpmyadmin-2.8.0.2.ebuild:
+  Stable on hppa. See bug #129037.
+
+  07 Apr 2006; Simon Stelling <bl...@gentoo.org> phpmyadmin-2.8.0.2.ebuild:
+  stable on amd64 wrt bug 129037
+
+  06 Apr 2006; Tobias Scherbaum <dertobi...@gentoo.org>
+  phpmyadmin-2.8.0.2.ebuild:
+  ppc stable, bug #129037
+
+  06 Apr 2006; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.8.0.2.ebuild:
+  Stable on sparc wrt security #129037
+
+  26 Mar 2006; Renat Lumpau <r...@gentoo.org>
+  files/postinstall-en-2.8.0.txt, -phpmyadmin-2.8.0.ebuild:
+  Removed old version. Small changes to postinstall instructions based on bug
+  #126390.
+
+*phpmyadmin-2.8.0.2 (19 Mar 2006)
+
+  19 Mar 2006; Martin Holzer <mhol...@gentoo.org>
+  +phpmyadmin-2.8.0.2.ebuild:
+  Version bumped.
+
+*phpmyadmin-2.8.0 (15 Mar 2006)
+
+  15 Mar 2006; Renat Lumpau <r...@gentoo.org>
+  -phpmyadmin-2.8.0_beta1.ebuild, +phpmyadmin-2.8.0.ebuild:
+  Version bump, fixes for bug #124954.
+
+*phpmyadmin-2.8.0_beta1 (15 Feb 2006)
+
+  15 Feb 2006; Renat Lumpau <r...@gentoo.org> +files/reconfig-2.8,
+  +files/config.default.php-2.8.0.patch, +files/postinstall-en-2.8.0.txt,
+  phpmyadmin-2.7.0_p1.ebuild, phpmyadmin-2.7.0_p2.ebuild,
+  +phpmyadmin-2.8.0_beta1.ebuild:
+  Fixed bug #121815. Dropped ~mips, please see bug #122963.
+
+*phpmyadmin-2.7.0_p2 (29 Dec 2005)
+
+  29 Dec 2005; Renat Lumpau <r...@gentoo.org>
+  -files/config.inc.php-2.5.6.patch, files/postinstall-en.txt,
+  -files/reconfig, -phpmyadmin-2.6.4_p4.ebuild, -phpmyadmin-2.7.0.ebuild,
+  +phpmyadmin-2.7.0_p2.ebuild:
+  Version bump wrt bug #116924, cleaned out old versions.
+
+  09 Dec 2005; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.7.0_p1.ebuild:
+  Stable on sparc wrt security #114662
+
+  09 Dec 2005; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.7.0_p1.ebuild:
+  Stable on alpha wrt security bug #114662
+
+  09 Dec 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.7.0_p1.ebuild:
+  Stable on hppa, ppc. See bug #114662.
+
+  08 Dec 2005; Mark Loeser <halc...@gentoo.org> phpmyadmin-2.7.0_p1.ebuild:
+  Stable on x86; bug #114662
+
+  07 Dec 2005; Marcus D. Hanwell <cr...@gentoo.org>
+  phpmyadmin-2.7.0_p1.ebuild:
+  Stable on amd64, bug 114662.
+
+*phpmyadmin-2.7.0_p1 (07 Dec 2005)
+
+  07 Dec 2005; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.7.0_p1.ebuild:
+  Version bump wrt security bug #114662.
+
+  07 Dec 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.7.0.ebuild:
+  Stable on hppa, ppc.
+
+  07 Dec 2005; Mark Loeser <halc...@gentoo.org> phpmyadmin-2.7.0.ebuild:
+  Stable on x86; bug #114662
+
+*phpmyadmin-2.7.0 (05 Dec 2005)
+
+  05 Dec 2005; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.7.0_rc1.ebuild,
+  +phpmyadmin-2.7.0.ebuild:
+  Version bump
+
+*phpmyadmin-2.7.0_rc1 (27 Nov 2005)
+
+  27 Nov 2005; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.6.4_p3.ebuild,
+  -phpmyadmin-2.7.0_beta1.ebuild, +phpmyadmin-2.7.0_rc1.ebuild:
+  Version bump, removing old versions
+
+  20 Nov 2005; Simon Stelling <bl...@gentoo.org> phpmyadmin-2.6.4_p4.ebuild:
+  stable on amd64 wrt bug 112690
+
+  19 Nov 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.6.4_p4.ebuild:
+  Stable on ppc.
+
+  19 Nov 2005; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.6.4_p4.ebuild:
+  Stable on alpha wrt security bug #112690
+
+  19 Nov 2005; Rene Nussbaumer <killer...@gentoo.org>
+  phpmyadmin-2.6.4_p4.ebuild:
+  Stable on hppa.
+
+  19 Nov 2005; Mark Loeser <halc...@gentoo.org> phpmyadmin-2.6.4_p4.ebuild:
+  Stable on x86; bug #112690
+
+  18 Nov 2005; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.6.4_p4.ebuild:
+  Stable on sparc wrt security #112690
+
+*phpmyadmin-2.6.4_p4 (17 Nov 2005)
+
+  17 Nov 2005; Martin Holzer <mhol...@gentoo.org>
+  +phpmyadmin-2.6.4_p4.ebuild:
+  Security bump. See #112690
+
+  10 Nov 2005; Renat Lumpau <r...@gentoo.org> +files/reconfig-2.7,
+  phpmyadmin-2.7.0_beta1.ebuild:
+  Fix reconfig hook wrt bug #112021.
+
+  09 Nov 2005; Renat Lumpau <r...@gentoo.org> phpmyadmin-2.7.0_beta1.ebuild:
+  new version should be unstable on x86
+
+*phpmyadmin-2.7.0_beta1 (09 Nov 2005)
+
+  09 Nov 2005; Renat Lumpau <r...@gentoo.org>
+  +files/config.default.php-2.7.0.patch, -files/phpmyadmin-config.patch,
+  phpmyadmin-2.6.4_p3.ebuild, +phpmyadmin-2.7.0_beta1.ebuild:
+  Version bump
+
+  24 Oct 2005; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.6.4.ebuild,
+  -phpmyadmin-2.6.4_p1.ebuild, -phpmyadmin-2.6.4_p2.ebuild:
+  Removing old versions
+
+  24 Oct 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.6.4_p3.ebuild:
+  Stable on hppa, ppc.
+
+  24 Oct 2005; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.6.4_p3.ebuild:
+  Stable on sparc wrt #110146
+
+  24 Oct 2005; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.6.4_p3.ebuild:
+  Stable on alpha wrt security bug #110146
+
+  23 Oct 2005; Marcus D. Hanwell <cr...@gentoo.org>
+  phpmyadmin-2.6.4_p3.ebuild:
+  Stable on amd64, bug 110146.
+
+  23 Oct 2005; Mark Loeser <halc...@gentoo.org> phpmyadmin-2.6.4_p3.ebuild:
+  Stable on x86; bug #110146
+
+*phpmyadmin-2.6.4_p3 (23 Oct 2005)
+
+  23 Oct 2005; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.6.4_p3.ebuild:
+  Version bump wrt security bug #110146.
+
+  16 Oct 2005; Marcus D. Hanwell <cr...@gentoo.org>
+  phpmyadmin-2.6.4_p2.ebuild:
+  Stable on amd64, bug 108939.
+
+  14 Oct 2005; Mark Loeser <halc...@gentoo.org> phpmyadmin-2.6.4_p2.ebuild:
+  Stable on x86; bug #108939
+
+  13 Oct 2005; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.6.4_p2.ebuild:
+  Stable on alpha wrt security bug #108939
+
+  13 Oct 2005; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.6.4_p2.ebuild:
+  Stable on sparc wrt #108939
+
+  13 Oct 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.6.4_p2.ebuild:
+  Stable on hppa, ppc.
+
+*phpmyadmin-2.6.4_p2 (12 Oct 2005)
+
+  12 Oct 2005; Martin Holzer <mhol...@gentoo.org>
+  +phpmyadmin-2.6.4_p2.ebuild:
+  Revision bump for security bug 108939
+
+  15 Sep 2005; Renat Lumpau <r...@gentoo.org> files/postinstall-en.txt:
+  Added note to postinstall instructions wrt bug #104495.
+
+*phpmyadmin-2.6.4_p1 (15 Sep 2005)
+
+  15 Sep 2005; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.6.4_p1.ebuild:
+  Version bump
+
+  13 Sep 2005; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.6.4_rc1.ebuild:
+  Removed old version
+
+*phpmyadmin-2.6.4 (11 Sep 2005)
+
+  11 Sep 2005; Renat Lumpau <r...@gentoo.org> +phpmyadmin-2.6.4.ebuild:
+  Version bump wrt security bug #105598.
+
+  02 Sep 2005; Renat Lumpau <r...@gentoo.org> files/reconfig:
+  Fix reconfig script wrt bug #104495.
+
+  30 Aug 2005; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.6.2-r2.ebuild,
+  -phpmyadmin-2.6.3_p1.ebuild:
+  Removing old vulnerable versions
+
+  30 Aug 2005; Jose Luis Rivero <yosw...@gentoo.org>
+  phpmyadmin-2.6.4_rc1.ebuild:
+  Stable on alpha due to security bug #104124
+
+  29 Aug 2005; Marcus D. Hanwell <cr...@gentoo.org>
+  phpmyadmin-2.6.4_rc1.ebuild:
+  Stable on amd64, bug 104124.
+
+  29 Aug 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.6.4_rc1.ebuild:
+  Stable on hppa and ppc.
+
+  29 Aug 2005; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.6.4_rc1.ebuild:
+  Stable on sparc wrt #104124
+
+  29 Aug 2005; Renat Lumpau <r...@gentoo.org> phpmyadmin-2.6.4_rc1.ebuild:
+  x86 stable wrt security bug #104124
+
+*phpmyadmin-2.6.4_rc1 (28 Aug 2005)
+
+  28 Aug 2005; Renat Lumpau <r...@gentoo.org> -phpmyadmin-2.6.2_rc1.ebuild,
+  +phpmyadmin-2.6.4_rc1.ebuild:
+  Version bump, removed old version
+
+  22 Aug 2005; Renat Lumpau <r...@gentoo.org> files/postinstall-en.txt:
+  Housekeeping
+
+  21 Aug 2005; Renat Lumpau <r...@gentoo.org> files/postinstall-en.txt,
+  files/reconfig, phpmyadmin-2.6.3_p1.ebuild:
+  Housekeeping
+
+*phpmyadmin-2.6.3_p1 (06 Jul 2005)
+
+  06 Jul 2005; Renat Lumpau <r...@gentoo.org> files/postinstall-en.txt,
+  +files/reconfig, +phpmyadmin-2.6.3_p1.ebuild:
+  Version bump (#94059). Update-related clean-up (#83614, #67859).
+
+*phpmyadmin-2.6.2-r2 (03 May 2005)
+
+  03 May 2005; Aaron Walker <ka0t...@gentoo.org> -phpmyadmin-2.6.2.ebuild,
+  -phpmyadmin-2.6.2-r1.ebuild, +phpmyadmin-2.6.2-r2.ebuild:
+  Revision bump; fix perms on config.inc.php. Tidy old ebuilds.
+
+  27 Apr 2005; Bryan Østergaard <klo...@gentoo.org>
+  phpmyadmin-2.6.2-r1.ebuild:
+  Stable on alpha, bug 88831.
+
+  25 Apr 2005; Jan Brinkmann <luckyd...@gentoo.org>
+  phpmyadmin-2.6.2-r1.ebuild:
+  stable on amd64 wrt #88831
+
+  24 Apr 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.6.2-r1.ebuild:
+  Stable on hppa.
+
+  25 Apr 2005; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.6.2-r1.ebuild:
+  Stable on sparc wrt #88831
+
+  24 Apr 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.6.2-r1.ebuild:
+  Stable on ppc.
+
+  25 Apr 2005; Elfyn McBratney <b...@gentoo.org> phpmyadmin-2.6.2-r1.ebuild:
+  Stable on x86, bug #88831.
+
+*phpmyadmin-2.6.2-r1 (25 Apr 2005)
+
+  25 Apr 2005; Elfyn McBratney <b...@gentoo.org>
+  -phpmyadmin-2.6.1_p2-r1.ebuild, phpmyadmin-2.6.2.ebuild,
+  +phpmyadmin-2.6.2-r1.ebuild:
+  Drop old version and version bump (make sure the 'mysql create' script is not
+  world readable - it contains the initial pma@localhost password), bug #88831.
+
+*phpmyadmin-2.6.2 (19 Apr 2005)
+
+  19 Apr 2005; Elfyn McBratney <b...@gentoo.org> files/postinstall-en.txt,
+  +phpmyadmin-2.6.2.ebuild:
+  Version bump, bug #89658.
+
+  09 Apr 2005; Simon Stelling <bl...@gentoo.org>
+  phpmyadmin-2.6.2_rc1.ebuild:
+  stable on amd64 wrt bug #87952
+
+  09 Apr 2005; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.6.2_rc1.ebuild:
+  Stable on sparc wrt #87952
+
+  08 Apr 2005; Guy Martin <gms...@gentoo.org> phpmyadmin-2.6.2_rc1.ebuild:
+  Stable on hppa.
+
+  08 Apr 2005; Bryan Østergaard <klo...@gentoo.org>
+  phpmyadmin-2.6.2_rc1.ebuild:
+  Stable on alpha, bug 87952.
+
+  08 Apr 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.6.2_rc1.ebuild:
+  Stable on ppc.
+
+*phpmyadmin-2.6.2_rc1 (08 Apr 2005)
+
+  08 Apr 2005; Aaron Walker <ka0t...@gentoo.org>
+  -files/phpmyadmin-mysql-setup.sql.in, metadata.xml,
+  -phpmyadmin-2.6.1_rc1.ebuild, -phpmyadmin-2.6.1.ebuild,
+  -phpmyadmin-2.6.1_p2.ebuild, +phpmyadmin-2.6.2_rc1.ebuild:
+  Revision bump for security bug 87952; tidy all the old versions from
+  previous vulnerabilities. Also updated metadata.xml since twp no longer
+  maintains this package.
+
+  29 Mar 2005; Guy Martin <gms...@gentoo.org> phpmyadmin-2.6.1_p2-r1.ebuild:
+  Stable on hppa.
+
+  07 Mar 2005; Stuart Herbert <stu...@gentoo.org>
+  phpmyadmin-2.6.1_p2-r1.ebuild:
+  Removed depend on apache; depend on mod_php/php-cgi rather than just mod_php
+
+  03 Mar 2005; Bryan Østergaard <klo...@gentoo.org>
+  phpmyadmin-2.6.1_p2-r1.ebuild:
+  Stable on alpha, bug 83792.
+
+  02 Mar 2005; Jason Wever <we...@gentoo.org> phpmyadmin-2.6.1_p2-r1.ebuild:
+  Stable on sparc wrt security bug #83792.
+
+  02 Mar 2005; Jan Brinkmann <luckyd...@gentoo.org> :
+  stable on amd64 wrt to bug #83792
+
+  02 Mar 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.6.1_p2-r1.ebuild:
+  Stable on ppc.
+
+  02 Mar 2005; Aaron Walker <ka0t...@gentoo.org>
+  files/2.6.1_p2-no-wildcard-privs-for-you.patch,
+  phpmyadmin-2.6.1_p2-r1.ebuild:
+  Fix patch; added sed in src_unpack to automatically update the
+  postinst-en.txt that gets installed.
+
+*phpmyadmin-2.6.1_p2-r1 (02 Mar 2005)
+
+  02 Mar 2005; Aaron Walker <ka0t...@gentoo.org>
+  +files/2.6.1_p2-no-wildcard-privs-for-you.patch,
+  +phpmyadmin-2.6.1_p2-r1.ebuild:
+  Revision bump for security bug 83792.
+
+  01 Mar 2005; Bryan Østergaard <klo...@gentoo.org>
+  phpmyadmin-2.6.1_p2.ebuild:
+  Stable on alpha.
+
+  28 Feb 2005; Simon Stelling <bl...@gentoo.org> phpmyadmin-2.6.1_p2.ebuild:
+  stable on amd64 wrt bug 83190
+
+  28 Feb 2005; Michael Hanselmann <han...@gentoo.org>
+  phpmyadmin-2.6.1_p2.ebuild:
+  Stable on ppc.
+
+  28 Feb 2005; Olivier Crête <tes...@gentoo.org> phpmyadmin-2.6.1_p2.ebuild:
+  Stable on x86 wrt security bug #83190
+
+  27 Feb 2005; Jason Wever <we...@gentoo.org> phpmyadmin-2.6.1_p2.ebuild:
+  Stable on sparc wrt security bug #83190.
+
+*phpmyadmin-2.6.1_p2 (27 Feb 2005)
+
+  27 Feb 2005; Martin Holzer <mhol...@gentoo.org>
+  +phpmyadmin-2.6.1_p2.ebuild:
+  Security update. See 83190
+
+*phpmyadmin-2.6.1 (26 Jan 2005)
+
+  26 Jan 2005; Tom Payne <t...@gentoo.org> +phpmyadmin-2.6.1.ebuild:
+  Version bump. Bug # 79305.
+
+  11 Jan 2005; Tom Payne <t...@gentoo.org> -phpmyadmin-2.6.0_p2.ebuild,
+  -phpmyadmin-2.6.0_p3.ebuild, phpmyadmin-2.6.1_rc1.ebuild:
+  Change dependency from mod_php to virtual/php. Bug # 76623. Removed old
+  versions.
+
+  29 Dec 2004; Ciaran McCreesh <ciar...@gentoo.org> :
+  Change encoding to UTF-8 for GLEP 31 compliance
+
+  16 Dec 2004; Simon Stelling <bl...@gentoo.org>
+  phpmyadmin-2.6.1_rc1.ebuild:
+  stable on amd64; bug #74303
+
+  15 Dec 2004; <s...@gentoo.org> phpmyadmin-2.6.1_rc1.ebuild:
+  stable on ppc gsla: 74303
+
+  14 Dec 2004; Jason Wever <we...@gentoo.org> phpmyadmin-2.6.1_rc1.ebuild:
+  Stable on sparc wrt security bug #74303.
+
+  14 Dec 2004; Bryan Østergaard <klo...@gentoo.org>
+  phpmyadmin-2.6.1_rc1.ebuild:
+  Stable on alpha, bug 74303.
+
+  14 Dec 2004; Guy Martin <gms...@gentoo.org> phpmyadmin-2.6.1_rc1.ebuild:
+  Stable on hppa.
+
+*phpmyadmin-2.6.1_rc1 (14 Dec 2004)
+
+  14 Dec 2004; Tom Payne <t...@gentoo.org> +phpmyadmin-2.6.1_rc1.ebuild:
+  Version bump (security fix). Stable on x86. Bug # 74303.
+
+  06 Nov 2004; Joseph Jezak <jos...@gentoo.org> phpmyadmin-2.6.0_p3.ebuild:
+  Marked ppc stable for bug #71819
+
+  24 Nov 2004; Bryan Østergaard <klo...@gentoo.org>
+  phpmyadmin-2.6.0_p3.ebuild:
+  Stable on alpha, bug 71819.
+
+  23 Nov 2004; Simon Stelling <bl...@gentoo.org> phpmyadmin-2.6.0_p3.ebuild:
+  stable on amd64; bug #71819
+
+  23 Nov 2004; Gustavo Zacarias <gusta...@gentoo.org>
+  phpmyadmin-2.6.0_p3.ebuild:
+  Stable on sparc wrt #71819
+
+  23 Nov 2004; Guy Martin <gms...@gentoo.org> phpmyadmin-2.6.0_p3.ebuild:
+  Stable on hppa.
+
+*phpmyadmin-2.6.0_p3 (22 Nov 2004)
+
+  22 Nov 2004; Tom Payne <t...@gentoo.org> +phpmyadmin-2.6.0_p3.ebuild:
+  Version bump. Bug # 71819.
+
+  03 Nov 2004; Bret Curtis <psi...@gentoo.org> phpmyadmin-2.5.7.ebuild,
+  phpmyadmin-2.6.0_p2.ebuild:
+  added to ~mips for testing
+
+  16 Oct 2004; Danny van Dyk <kugelf...@gentoo.org>
+  phpmyadmin-2.6.0_p2.ebuild:
+  Marked stable on amd64.
+
+  15 Oct 2004; Bryan Østergaard <klo...@gentoo.org>
+  phpmyadmin-2.6.0_p2.ebuild:
+  Stable on alpha, bug 67409.
+
+  14 Oct 2004; Jason Wever <we...@gentoo.org> phpmyadmin-2.6.0_p2.ebuild:
+  Stable on sparc wrt security bug #67409.
+
+  14 Oct 2004; Guy Martin <gms...@gentoo.org> phpmyadmin-2.6.0_p2.ebuild:
+  Stable on hppa.
+
+  14 Oct 2004; Tom Payne <t...@gentoo.org> phpmyadmin-2.6.0_p2.ebuild:
+  Stable on x86.
+
+  14 Oct 2004; <s...@gentoo.org> phpmyadmin-2.6.0_p2.ebuild:
+  stable on ppc gsla: 67409
+
+*phpmyadmin-2.6.0_p2 (14 Oct 2004)
+
+  14 Oct 2004; Tom Payne <t...@gentoo.org> -phpmyadmin-2.6.0.ebuild,
+  +phpmyadmin-2.6.0_p2.ebuild:
+  Version bump (security fix). Bug # 67409.
+
+*phpmyadmin-2.6.0 (28 Sep 2004)
+
+  28 Sep 2004; Tom Payne <t...@gentoo.org> +phpmyadmin-2.6.0.ebuild:
+  Version bump. Bug # 65582.
+
+  23 Jul 2004; Guy Martin <gms...@gentoo.org> phpmyadmin-2.5.7_p1.ebuild:
+  Marked stable on hppa.
+
+  23 Jul 2004; <klo...@gentoo.org> phpmyadmin-2.5.7_p1.ebuild:
+  Stable on alpha, see bug 57890.
+
+  22 Jul 2004; <t...@gentoo.org> phpmyadmin-2.5.6-r1.ebuild,
+  phpmyadmin-2.5.6.ebuild, phpmyadmin-2.5.7.ebuild,
+  phpmyadmin-2.5.7_p1.ebuild:
+  Updated homepage and dependencies.
+
+  21 Jul 2004; Jason Wever <we...@gentoo.org> phpmyadmin-2.5.7_p1.ebuild:
+  Stable on sparc wrt security bug #57890.
+
+  21 Jul 2004; <t...@gentoo.org> phpmyadmin-2.5.7_p1.ebuild:
+  Stable on x86. Bug # 57890. Fixed dependencies. Bug # 57365.
+
+*phpmyadmin-2.5.7_p1 (04 Jul 2004)
+
+  04 Jul 2004; <t...@gentoo.org> +phpmyadmin-2.5.7_p1.ebuild:
+  Version bump (security fix). Bug # 56048.
+
+  27 Jun 2004; <t...@gentoo.org> files/mysql-setup.sql.in-2.5.6,
+  phpmyadmin-2.5.7.ebuild:
+  Bug # 53220.
+
+*phpmyadmin-2.5.7 (27 Jun 2004)
+
+  27 Jun 2004; <t...@gentoo.org> +phpmyadmin-2.5.7.ebuild:
+  Version bump. Bug # 53422.
+
+  08 May 2004; <t...@gentoo.org> phpmyadmin-2.5.6-r1.ebuild:
+  Mark ~all-ARCHs, block earlier versions to force uninstall pre-emerge.
+
+*phpmyadmin-2.5.6-r1 (08 May 2004)
+
+  08 May 2004; <t...@gentoo.org> +files/postinstall-en.txt,
+  +phpmyadmin-2.5.6-r1.ebuild:
+  Use webapp.eclass, merged from webapp-config example.
+
+  01 May 2004; Martin Holzer <mhol...@gentoo.org> phpmyadmin-2.5.6.ebuild:
+  stable on all arches. Closes 48379
+
+  01 May 2004; Bryan Østergaard <klo...@gentoo.org> phpmyadmin-2.5.6.ebuild:
+  Stable on alpha.
+
+  25 Apr 2004; <t...@gentoo.org> phpmyadmin-2.5.6.ebuild:
+  Added IUSE="apache2".
+
+  16 Apr 2004; Guy Martin <gms...@gentoo.org> phpmyadmin-2.5.6.ebuild:
+  Marked stable on hppa.
+
+  13 Apr 2004; Jason Wever <we...@gentoo.org> phpmyadmin-2.5.6.ebuild:
+  Stable on sparc.
+
+  12 Apr 2004; <t...@gentoo.org> phpmyadmin-2.5.6.ebuild,
+  phpmyadmin-2.5.6_rc1.ebuild:
+  Added IUSE. 2.5.6 stable on x86.
+
+  23 Mar 2004; Joshua Kinard <ku...@gentoo.org> phpmyadmin-2.5.6.ebuild,
+  phpmyadmin-2.5.6_rc1.ebuild:
+  Don't ever recall testing this package on mips, thus it causes a bunch of dep
+  issues with repoman. Removing mips keywords until this gets tested.
+
+*phpmyadmin-2.5.6 (01 Mar 2004)
+
+  01 Mar 2004; Martin Holzer <mhol...@gentoo.org> phpmyadmin-2.5.6.ebuild,
+  files/config.inc.php-2.5.6.patch, files/mysql-setup.sql.in-2.5.6:
+  Version bumped.
+
+  09 Feb 2004; Martin Holzer <mhol...@gentoo.org> phpmyadmin-2.5.6_rc1.ebuild:
+  Marked stable on all arches. Security Fix.
+
+*phpmyadmin-2.5.6_rc1 (04 Feb 2004)
+
+  04 Feb 2004; Martin Holzer <mhol...@gentoo.org> phpmyadmin-2.5.6_rc1.ebuild,
+  files/config.inc.php-2.5.6_rc1.patch, files/mysql-setup.sql.in-2.5.6_rc1:
+  Version bumped.
+
+  02 Feb 2004; Martin Holzer <mhol...@gentoo.org> phpmyadmin-2.5.5_p1.ebuild:
+  Marked stable on all ARCHes.
+
+*phpmyadmin-2.5.5_p1 (07 Jan 2004)
+
+  07 Jan 2004; Martin Holzer <mhol...@gentoo.org> phpmyadmin-2.5.5_p1.ebuild,
+  files/config.inc.php-2.5.5_p1.patch, files/mysql-setup.sql.in-2.5.5_p1:
+  Version bumped. Closes 37424
+
+*phpmyadmin-2.5.5 (29 Dec 2003)
+
+  29 Dec 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.5.5.ebuild :
+  Version bump.
+
+  15 Dec 2003; Stuart Herbert <stu...@gentoo.org> phpmyadmin-2.5.4.ebuild:
+  Fix for bug '32636'
+
+  22 Oct 2003; Martin Holzer <mhol...@gentoo.org> phpmyadmin-2.5.0.ebuild,
+  phpmyadmin-2.5.3-r1.ebuild, files/config.inc.php-2.5.2.patch:
+  adding RESTRICT="nomirror"
+
+*phpmyadmin-2.5.4 (20 Oct 2003)
+
+  20 Oct 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.5.4.ebuild :
+  Version bump. Bug # 31537. Update MySQL dependency.
+
+  29 Sep 2003; Martin Holzer <mhol...@gentoo.org> phpmyadmin-2.5.3-r1.ebuild:
+  Marked x86 stable.
+
+*phpmyadmin-2.5.3 (11 Sep 2003)
+
+  17 Sep 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.5.3-r1.ebuild :
+  Change ownership on config files. Bug # 28868. Thanks dju.
+
+  11 Sep 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.5.3.ebuild :
+  Version bump. Use webapp-apache.eclass. Bugs # 27741 & 28129. Thanks Ian 
Leitch.
+
+*phpmyadmin-2.5.2_p1 (09 Aug 2003)
+
+  09 Aug 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.5.2_p1.ebuild :
+  Version bump. Bug # 26158.
+
+*phpmyadmin-2.5.2 (24 Jul 2003)
+
+  04 Aug 2003; Guy Martin <gms...@gentoo.org> phpmyadmin-2.5.2.ebuild :
+  Marked stable on hppa.
+
+  24 Jul 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.5.2.ebuild :
+  Version bump. Bug # 25145.
+
+*phpmyadmin-2.5.1 (03 Jun 2003)
+
+  03 Jun 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.5.1.ebuild :
+  Version bump, marked unstable. Bug # 22108.
+
+*phpmyadmin-2.5.0 (12 May 2003)
+
+  15 May 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.5.0.ebuild :
+  Marked stable on all ARCHes.
+
+  12 May 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.5.0.ebuild :
+  Version bump. Ebuild tidy. Improved src_install. Bug # 20874.
+
+*phpmyadmin-2.4.0 (08 Apr 2003)
+
+  10 May 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.4.0.ebuild :
+  Always install to /home/httpd/htdocs. Bug # 20642.
+
+  09 May 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.4.0.ebuild :
+  Allow user to override document root with DOCUMENT_ROOT env var. Bug # 20642.
+
+  09 Apr 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.4.0.ebuild :
+  Dynamically determine DocumentRoot. No bump to ebuild revision number since
+  existing users won't see a change.
+
+  08 Apr 2003; Tom Payne <t...@gentoo.org> phpmyadmin-2.4.0.ebuild 
files/phpmyadmin-config.patch files/phpmyadmin-mysql-setup.sql.in :
+  Version bump.  Improved config file handling (doesn't overwrite on upgrade,
+  now stores config file in /etc/phpmyadmin so it is config-protected).  Added
+  pkg_config to setup MySQL. Bug # 16521.
+
+*phpmyadmin-2.3.3 (11 Dec 2002)
+
+  25 Mar 2003; Aron Griffis <agrif...@gentoo.org> phpmyadmin-2.3.3.ebuild:
+  Add ~alpha to KEYWORDS
+
+  15 Feb 2003; Mark Guertin <g...@gentoo.org> phpmyadmin-2.3.2-r1.ebuild 
phpmyadmin-2.3.3.ebuild :
+  set ppc in keywords
+
+  31 Jan 2003; Martin Holzer <mhol...@gentoo.org> phpmyadmin-2.3.3.ebuild :
+  Change SRC_URI to use mirror://sourceforge.
+
+  31 Jan 2003; Ryan Phillips <rphill...@gentoo.org>:
+  restore old config file if it exists. fixes #12585
+
+  10 Jan 2003; Christian Birchinger <jo...@gentoo.org> :
+  Added "sparc" keyword. It has been running productive on sparc for weeks.
+
+  11 Dec 2002; Ryan Phillips <rphill...@gentoo.org> phpmyadmin-2.3.3.ebuild :
+  New version. Includes Quequero's tweaks to the ebuild. Fixes #11990
+
+*phpmyadmin-2.3.2-r1 (05 Dec 2002)
+
+  05 Dec 2002; Ryan Phillips <rphill...@gentoo.org> ChangeLog 
phpmyadmin-2.3.2-r1.ebuild:
+  Added Arthur Ward's ebuild fixes to include the fpdf components.
+
+*phpmyadmin-2.3.3-rc1 (22 Nov 2002)
+
+  22 Nov 2002; Martin Holzer <mhol...@gentoo.org> ChangeLog 
phpmyadmin-2.3.3_rc1.ebuild
+  files/digest-phpmyadmin-2.3.3_rc1 :
+  New version.
+
+*phpmyadmin-2.3.2 (28 Aug 2002)
+
+  14 Nov 2002; Mike Frysinger <vap...@gentoo.org> :
+  Replaced hardcoding of /home/httpd/htdocs with a grep of 
/etc/apache/conf/apache.conf
+
+  28 Aug 2002; Maik Schreiber <bli...@gentoo.org> :
+  New version.
+
+*phpmyadmin-2.3.0 (18 Aug 2002)
+
+  14 Nov 2002; Mike Frysinger <vap...@gentoo.org> :
+  Replaced hardcoding of /home/httpd/htdocs with a grep of 
/etc/apache/conf/apache.conf
+
+  18 Aug 2002; Ryan Phillips <rphill...@gentoo.org> :
+  New version
+
+*phpmyadmin-2.2.6 (27 Apr 2002)
+
+  14 Nov 2002; Mike Frysinger <vap...@gentoo.org> :
+  Replaced hardcoding of /home/httpd/htdocs with a grep of 
/etc/apache/conf/apache.conf
+
+  16 Jul 2002; Ryan Phillips <rphill...@gentoo.org> :
+  Repoman fixes
+
+*phpmyadmin-2.2.5 (10 Apr 2002)
+
+  14 Nov 2002; Mike Frysinger <vap...@gentoo.org> :
+  Replaced hardcoding of /home/httpd/htdocs with a grep of 
/etc/apache/conf/apache.conf
+
+  27 Apr 2002; Donny Davies <woodc...@gentoo.org> :
+  Re-added this package back without the CAPS in the name.
+
+  10 Apr 2002; Donny Davies <woodc...@gentoo.org> :
+  Updated to latest release and fixed to match the new apache layout.
+
+*phpmyadmin-2.2.0 (01 Feb 2002)
+
+  01 Feb 2002; G.Bevin <gbe...@gentoo.org> ChangeLog :
+  Added initial ChangeLog which should be updated whenever the package is
+  updated in any way. This changelog is targetted to users. This means that the
+  comments should well explained and written in clean English. The details 
about
+  writing correct changelogs are explained in the skel.ChangeLog file which you
+  can find in the root directory of the portage repository.

diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
new file mode 100644
index 0000000..5a05e13
--- /dev/null
+++ b/dev-db/phpmyadmin/Manifest
@@ -0,0 +1,4 @@
+DIST phpMyAdmin-4.0.10.15-all-languages.tar.xz 4778232 SHA256 
f3aea2e7f048b14499912e8ec0f39cff31bcc690480e3bbc773cb56bdeb5e717 SHA512 
a1b1305ad1404a8f842155793e1118a24b4f011349d9d35375970d016e9c044529e5b5b207eee7554f515f6be2c008e73f36a21aae5427a9374bfdba55575774
 WHIRLPOOL 
b525f6c402a391f7e1ec4727d284e89de3b8fe6c12f78a37ed1a4448b1ea047a0605677a2d73b00bdefd73270d46dd37b04be90b3357288d3bbcc23b07ca3b75
+DIST phpMyAdmin-4.4.15.5-all-languages.tar.xz 5783216 SHA256 
6160724fa90ef5cccb67ad897a83586be28e64f5d6acf9bcb3313bc3d7638d8c SHA512 
987d95f8352f58d7081aead10ccc7494b054d4041e0cb7454633e885c3217a7c63778d45c2dbf399e82c76159ab6651efeaf9c3cabc96982de83d5a041065e7a
 WHIRLPOOL 
b5fb8365817d1521f9e6ad5c60fa1a1ee941fb77062d63975d9f340c4abc681948fb6cd240c4943714d855f6f113baf46241bacf4d421b78f8f740c8bd9ade73
+DIST phpMyAdmin-4.5.5.1-all-languages.tar.xz 5987876 SHA256 
bf8ab258d5c6ce5cfaf7ff330827599c1cfd29b0cc4c9b83f4263ee143c00ef4 SHA512 
636d29b9799e6ec0a1484c277187bb1ca24c8cea93c49f30c8c40bf34e4b64ed7e832b5d0e903310e8f08036dbf66724c1b28ab08133cbdf5cec475a430a64d7
 WHIRLPOOL 
b84ae72f306263d36aa700772f47febd1296cad3ccc2b003d551e3b11d0345ff72eeba9af7aca6c54243c3d3c805e035c8a64cfbb7bfe76a3d31d8bcc0980243
+DIST phpMyAdmin-4.6.0-all-languages.tar.xz 6113584 SHA256 
337ef3d1234525599f25e0bcf962f85ed5a9bf550b91e4e25c48bf5604d16e9c SHA512 
8d20a11b2b105944154d8e268148f7152512e50b0656c161124fcbc1562a5302a015f23e531cc123578185e289fcad30de7b478affee356d534d189216d7fd41
 WHIRLPOOL 
04259b422c60c21d64418b7712dcc0f078e8875c1031ae0f7bf3d81c3d9a75051319619a6a9e28e00d8486c83b67568205eaa5d6a6ac28d6cb57097d756ca8e0

diff --git a/dev-db/phpmyadmin/files/postinstall-en-3.1.txt 
b/dev-db/phpmyadmin/files/postinstall-en-3.1.txt
new file mode 100644
index 0000000..4e72581
--- /dev/null
+++ b/dev-db/phpmyadmin/files/postinstall-en-3.1.txt
@@ -0,0 +1,36 @@
+If this is a new installation:
+
+1. Configure ${PN}:
+
+a) Create config.inc.php. You can use the web-based installer
+   (this requires the 'setup' USE flag to be enabled):
+
+   mkdir ${MY_INSTALLDIR}/config
+   chown ${VHOST_SERVER_UID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/config
+
+   then go to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup/
+
+   once you've saved the configuration:
+
+   cp ${MY_INSTALLDIR}/config/config.inc.php ${MY_INSTALLDIR}/config.inc.php
+   rm -rf ${MY_INSTALLDIR}/config
+
+b) Alternatively, use an existing configuration:
+
+   cp <path to existing config.inc.php file> ${MY_INSTALLDIR}/
+
+c) Alternatively, use the sample config file:
+
+   cp ${MY_INSTALLDIR}/config.sample.inc.php ${MY_INSTALLDIR}/config.inc.php
+
+2. Be sure that the libraries/ directory is not visible. You can use the
+   provided .htaccess file.
+
+=================================================================
+
+If you are upgrading from an earlier version:
+
+1. If you are using ${PN}'s features for master/foreign tables, be sure to read
+   http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/Documentation.html#col_com
+
+   You will need to perform the ALTER TABLE step yourself.

diff --git a/dev-db/phpmyadmin/metadata.xml b/dev-db/phpmyadmin/metadata.xml
new file mode 100644
index 0000000..ff6fd6a
--- /dev/null
+++ b/dev-db/phpmyadmin/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>jmbsvice...@gentoo.org</email>
+               <name>Jorge Manuel B. S. Vicetto</name>
+       </maintainer>
+       <use>
+               <flag name="setup">
+                       Installs the phpMyAdmin setup utility.
+                       Users who don't use the utility should disable this USE 
flag
+                       for security reasons as the setup tool was the target 
of various
+                       exploits in the past.
+               </flag>
+       </use>
+</pkgmetadata>

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.0.10.15.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.0.10.15.ebuild
new file mode 100644
index 0000000..e247c81
--- /dev/null
+++ b/dev-db/phpmyadmin/phpmyadmin-4.0.10.15.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils webapp
+
+MY_PV=${PV/_/-}
+MY_PN="phpMyAdmin"
+MY_P="${MY_PN}-${MY_PV}-all-languages"
+
+DESCRIPTION="Web-based administration for MySQL database in PHP"
+HOMEPAGE="http://www.phpmyadmin.net/";
+SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${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]
+       )
+       virtual/httpd-php:*
+"
+
+need_httpd_cgi
+
+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
+}

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.4.15.5.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.4.15.5.ebuild
new file mode 100644
index 0000000..943e93c
--- /dev/null
+++ b/dev-db/phpmyadmin/phpmyadmin-4.4.15.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils webapp
+
+MY_PV=${PV/_/-}
+MY_PN="phpMyAdmin"
+MY_P="${MY_PN}-${MY_PV}-all-languages"
+
+DESCRIPTION="Web-based administration for MySQL database in PHP"
+HOMEPAGE="https://www.phpmyadmin.net/";
+SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${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]
+       )
+       virtual/httpd-php:*
+"
+
+need_httpd_cgi
+
+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
+}

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.5.5.1.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.5.5.1.ebuild
new file mode 100644
index 0000000..1f26611
--- /dev/null
+++ b/dev-db/phpmyadmin/phpmyadmin-4.5.5.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils webapp
+
+MY_PV=${PV/_/-}
+MY_PN="phpMyAdmin"
+MY_P="${MY_PN}-${MY_PV}-all-languages"
+
+DESCRIPTION="Web-based administration for MySQL database in PHP"
+HOMEPAGE="https://www.phpmyadmin.net/";
+SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~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]
+       )
+       virtual/httpd-php:*
+"
+
+need_httpd_cgi
+
+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
+}

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.6.0.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.6.0.ebuild
new file mode 100644
index 0000000..1f26611
--- /dev/null
+++ b/dev-db/phpmyadmin/phpmyadmin-4.6.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils webapp
+
+MY_PV=${PV/_/-}
+MY_PN="phpMyAdmin"
+MY_P="${MY_PN}-${MY_PV}-all-languages"
+
+DESCRIPTION="Web-based administration for MySQL database in PHP"
+HOMEPAGE="https://www.phpmyadmin.net/";
+SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~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]
+       )
+       virtual/httpd-php:*
+"
+
+need_httpd_cgi
+
+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
+}

diff --git a/net-misc/vde/ChangeLog b/net-misc/vde/ChangeLog
new file mode 100644
index 0000000..19042a6
--- /dev/null
+++ b/net-misc/vde/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for net-misc/vde
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  06 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvice...@gentoo.org>
+  net-misc/vde/vde-2.2.2.ebuild:
+  Fixed the RDEPEND QA warning.
+
+  03 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvice...@gentoo.org>
+  +net-misc/vde/files/vde-2.2.2-gcc43.patch,
+  +net-misc/vde/files/vde-2.2.2-slirpvde-buffer-overflow.patch,
+  +net-misc/vde/files/vde.conf, +net-misc/vde/files/vde.init,
+  +net-misc/vde/metadata.xml, profiles/categories:
+  Initial import of vde to apply my initscript changes and test slirpvde
+  patch.
+

diff --git a/net-misc/vde/Manifest b/net-misc/vde/Manifest
new file mode 100644
index 0000000..80e5ce7
--- /dev/null
+++ b/net-misc/vde/Manifest
@@ -0,0 +1 @@
+DIST vde2-2.2.2.tar.bz2 472059 SHA256 
7d4b68c1ba1b661db05ff3674abff4d2ad5da31bb3471699bbec3f2f360b483a

diff --git a/net-misc/vde/files/vde-2.2.2-gcc43.patch 
b/net-misc/vde/files/vde-2.2.2-gcc43.patch
new file mode 100644
index 0000000..3b6e7b0
--- /dev/null
+++ b/net-misc/vde/files/vde-2.2.2-gcc43.patch
@@ -0,0 +1,60 @@
+diff -NrU5 vde2-2.2.2.orig/src/kvde_switch/consmgmt.c 
vde2-2.2.2/src/kvde_switch/consmgmt.c
+--- vde2-2.2.2.orig/src/kvde_switch/consmgmt.c 2008-09-04 21:14:55.000000000 
+0200
++++ vde2-2.2.2/src/kvde_switch/consmgmt.c      2008-09-04 21:16:26.000000000 
+0200
+@@ -22,10 +22,11 @@
+ #include <net/if.h>
+ #include <stdarg.h>
+ #include <getopt.h>
+ #include <dlfcn.h>
+ #include <time.h>
++#include <linux/limits.h>
+ 
+ #include <config.h>
+ #include <vde.h>
+ #include <vdecommon.h>
+ 
+diff -NrU5 vde2-2.2.2.orig/src/kvde_switch/datasock.c 
vde2-2.2.2/src/kvde_switch/datasock.c
+--- vde2-2.2.2.orig/src/kvde_switch/datasock.c 2008-09-04 21:14:55.000000000 
+0200
++++ vde2-2.2.2/src/kvde_switch/datasock.c      2008-09-04 21:19:59.000000000 
+0200
+@@ -24,10 +24,11 @@
+ #include <net/if.h>
+ #include <stdarg.h>
+ #include <grp.h>
+ #define _GNU_SOURCE
+ #include <getopt.h>
++#include <linux/limits.h>
+ 
+ #include <config.h>
+ #include <vde.h>
+ #include <vdecommon.h>
+ 
+diff -NrU5 vde2-2.2.2.orig/src/vde_plug2tap.c vde2-2.2.2/src/vde_plug2tap.c
+--- vde2-2.2.2.orig/src/vde_plug2tap.c 2008-09-04 21:14:55.000000000 +0200
++++ vde2-2.2.2/src/vde_plug2tap.c      2008-09-04 21:22:23.000000000 +0200
+@@ -16,10 +16,11 @@
+ #include <stdarg.h>
+ #include <syslog.h>
+ #include <libgen.h>
+ #define _GNU_SOURCE
+ #include <getopt.h>
++#include <linux/limits.h>
+ 
+ #include <config.h>
+ #include <vde.h>
+ #include <vdecommon.h>
+ #include <libvdeplug.h>
+diff -NrU5 vde2-2.2.2.orig/src/wirefilter.c vde2-2.2.2/src/wirefilter.c
+--- vde2-2.2.2.orig/src/wirefilter.c   2008-09-04 21:14:55.000000000 +0200
++++ vde2-2.2.2/src/wirefilter.c        2008-09-04 21:25:21.000000000 +0200
+@@ -29,10 +29,11 @@
+ #include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
++#include <linux/limits.h>
+ 
+ #include <config.h>
+ #include <vde.h>
+ #include <vdecommon.h>
+ #include <libvdeplug.h>

diff --git a/net-misc/vde/files/vde-2.2.2-slirpvde-buffer-overflow.patch 
b/net-misc/vde/files/vde-2.2.2-slirpvde-buffer-overflow.patch
new file mode 100644
index 0000000..cc494e1
--- /dev/null
+++ b/net-misc/vde/files/vde-2.2.2-slirpvde-buffer-overflow.patch
@@ -0,0 +1,49 @@
+From d466d77be6ec40d8d7d96050fbee5e17e7c61af9 Mon Sep 17 00:00:00 2001
+From: Ludwig Nussel <ludwig.nus...@suse.de>
+Date: Tue, 30 Sep 2008 16:59:01 +0200
+Subject: [PATCH] fix static buffer overflows
+
+---
+ src/slirpvde/slirpvde.c |   12 +++++++-----
+ 1 files changed, 7 insertions(+), 5 deletions(-)
+
+diff --git a/src/slirpvde/slirpvde.c b/src/slirpvde/slirpvde.c
+index 47512ca..016aa45 100644
+--- a/src/slirpvde/slirpvde.c
++++ b/src/slirpvde/slirpvde.c
+@@ -53,7 +53,7 @@
+ VDECONN *conn;
+ int dhcpmgmt=0;
+ static char *pidfile = NULL;
+-static char pidfile_path[_POSIX_PATH_MAX];
++static char pidfile_path[PATH_MAX];
+ int logok=0;
+ char *prog;
+ extern FILE *lfd;
+@@ -78,9 +78,11 @@ void printlog(int priority, const char *format, ...)
+ static void save_pidfile()
+ {
+       if(pidfile[0] != '/')
+-              strncat(pidfile_path, pidfile, PATH_MAX - strlen(pidfile_path));
+-      else
+-              strcpy(pidfile_path, pidfile);
++              strncat(pidfile_path, pidfile, sizeof(pidfile_path) - 
strlen(pidfile_path) -1);
++      else {
++              pidfile_path[0] = 0;
++              strncat(pidfile_path, pidfile, sizeof(pidfile_path)-1);
++      }
+ 
+       int fd = open(pidfile_path,
+                       O_WRONLY | O_CREAT | O_EXCL,
+@@ -433,7 +435,7 @@ int main(int argc, char **argv)
+               exit(1);
+       }
+       
+-      strcat(pidfile_path, "/");
++      strncat(pidfile_path, "/", sizeof(pidfile_path) - strlen(pidfile_path) 
-1);
+       if (daemonize && daemon(0, 0)) {
+               printlog(LOG_ERR,"daemon: %s",strerror(errno));
+               exit(1);
+-- 
+1.5.6
+

diff --git a/net-misc/vde/files/vde.conf b/net-misc/vde/files/vde.conf
new file mode 100644
index 0000000..f724065
--- /dev/null
+++ b/net-misc/vde/files/vde.conf
@@ -0,0 +1,18 @@
+# load the tun module
+#vde_modprobe_tun="yes"
+
+# virtual tap networking device to be used for each vde switch
+vde0_tap="vtap0"
+#vde1_tap="vtap1"
+
+# mode and group for the socket
+vde_sock_chmod="770"
+vde_sock_chown=":kvm"
+
+# virtual socket to be used for each vde switch
+vde0_sock_path="/var/run/ctl.vde0"
+#vde1_sock_path="/var/run/ctl.vde1"
+
+# mgmt port for each vde switch
+vde0_mgmt="/var/run/mgmt.vde0"
+#vde1_mgmt="/var/run/mgmt.vde1"

diff --git a/net-misc/vde/files/vde.init b/net-misc/vde/files/vde.init
new file mode 100644
index 0000000..11b388a
--- /dev/null
+++ b/net-misc/vde/files/vde.init
@@ -0,0 +1,39 @@
+#!/sbin/runscript
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vde/files/vde.init,v 1.3 
2008/03/11 21:34:49 genstef Exp $
+
+depend() {
+       local ifvar=${RC_SVCNAME#*.}
+       eval iftap=\$${ifvar}_tap
+
+       after "net.${iftap}"
+}
+                        
+start() {
+       local ifvar=${RC_SVCNAME#*.}
+       
+       eval ifsockpath=\$${ifvar}_sock_path
+       eval ifmgmt=\$${ifvar}_mgmt
+       eval iftap=\$${ifvar}_tap
+
+       ebegin "Starting ${ifvar}"
+       [ "${vde_modprobe_tun}" == "yes" ] && modprobe tun
+       start-stop-daemon --start --quiet \
+               --exec /usr/bin/vde_switch -- -tap ${iftap} -daemon -s 
${ifsockpath} -M ${ifmgmt}
+       eend $? "Failed to start ${ifvar}"
+       chmod -R ${vde_sock_chmod} ${ifsockpath}
+       chown -R ${vde_sock_chown} ${ifsockpath}
+}
+
+stop() {
+       local ifvar=${RC_SVCNAME#*.}
+       eval ifsockpath=\$${ifvar}_SOCK_PATH
+       eval iftap=\$${ifvar}_TAP
+
+       ebegin "Stopping ${ifvar}"
+       [ "${vde_modprobe_tun}" == "yes" ] && modprobe -r tun
+       start-stop-daemon --stop --quiet \
+               --exec "/usr/bin/vde_switch -s ${ifsockpath}" -- -tap ${iftap} 
-daemon
+       eend $? "Failed to stop ${ifvar}"
+}

diff --git a/net-misc/vde/metadata.xml b/net-misc/vde/metadata.xml
new file mode 100644
index 0000000..3653fc6
--- /dev/null
+++ b/net-misc/vde/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="person">
+       <email>jmbsvice...@gentoo.org</email>
+       <name>Jorge Manuel B. S. Vicetto</name>
+</maintainer>
+</pkgmetadata>

diff --git a/net-misc/vde/vde-2.2.2.ebuild b/net-misc/vde/vde-2.2.2.ebuild
new file mode 100644
index 0000000..0c765f5
--- /dev/null
+++ b/net-misc/vde/vde-2.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit base eutils
+
+MY_P="${PN}2-${PV}"
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="vde2 is a virtual distributed ethernet emulator for emulators 
like qemu, bochs, and uml."
+SRC_URI="mirror://sourceforge/vde/${MY_P}.tar.bz2"
+HOMEPAGE="http://vde.sourceforge.net/";
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+# The slirpvde-buffer-overflow patch was made by Ludwig Nussel and submitted 
upstream at
+# 
http://sourceforge.net/tracker/?func=detail&aid=2138410&group_id=95403&atid=611248
+PATCHES=( "${FILESDIR}/${P}-gcc43.patch" 
"${FILESDIR}/${P}-slirpvde-buffer-overflow.patch" )
+
+src_install() {
+       emake DESTDIR="${D}" install || die "emake install failed"
+       newinitd "${FILESDIR}"/vde.init vde
+       newconfd "${FILESDIR}"/vde.conf vde
+
+       dodoc INSTALL README
+}
+
+pkg_postinst() {
+       # default group already used in kqemu
+       enewgroup qemu
+       einfo "To start vde automatically add it to the default runlevel:"
+       einfo "# rc-update add vde default"
+       einfo "You need to setup tap0 in /etc/conf.d/net"
+       einfo "To use it as an user be sure to set a group in /etc/conf.d/vde"
+       einfo "Users of the group can then run: $ vdeq qemu -sock 
/var/run/vde.ctl ..other opts"
+}

Reply via email to