diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-01-02 18:37:57 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-01-02 18:37:57 +0000 |
commit | 36f0c6ba3667bbd9b5f5befb5e88116b05280cac (patch) | |
tree | f0cb24f7f481b34dfb9274904d7a8381537c82ab /dev-db | |
parent | Version bump. (diff) | |
download | gentoo-2-36f0c6ba3667bbd9b5f5befb5e88116b05280cac.tar.gz gentoo-2-36f0c6ba3667bbd9b5f5befb5e88116b05280cac.tar.bz2 gentoo-2-36f0c6ba3667bbd9b5f5befb5e88116b05280cac.zip |
Cleanup.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql-workbench/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/mysql-workbench/mysql-workbench-5.2.35.ebuild | 85 | ||||
-rw-r--r-- | dev-db/mysql-workbench/mysql-workbench-5.2.40.ebuild | 85 |
3 files changed, 6 insertions, 172 deletions
diff --git a/dev-db/mysql-workbench/ChangeLog b/dev-db/mysql-workbench/ChangeLog index 007832d5da9f..6500c1f8073d 100644 --- a/dev-db/mysql-workbench/ChangeLog +++ b/dev-db/mysql-workbench/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/mysql-workbench -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v 1.71 2012/12/07 18:33:32 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v 1.72 2013/01/02 18:37:57 graaff Exp $ + + 02 Jan 2013; Hans de Graaff <graaff@gentoo.org> + -mysql-workbench-5.2.35.ebuild, -mysql-workbench-5.2.40.ebuild: + Cleanup. 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> mysql-workbench-5.2.44.ebuild: Stable for ppc, wrt bug #441142 diff --git a/dev-db/mysql-workbench/mysql-workbench-5.2.35.ebuild b/dev-db/mysql-workbench/mysql-workbench-5.2.35.ebuild deleted file mode 100644 index ffcef36032de..000000000000 --- a/dev-db/mysql-workbench/mysql-workbench-5.2.35.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-5.2.35.ebuild,v 1.6 2012/05/03 02:33:10 jdhore Exp $ - -EAPI="3" -GCONF_DEBUG="no" -PYTHON_DEPEND=2 - -inherit gnome2 eutils flag-o-matic python autotools - -MY_P="${PN}-gpl-${PV}-src" - -DESCRIPTION="MySQL Workbench" -HOMEPAGE="http://dev.mysql.com/workbench/" -SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="debug doc nls readline static-libs" - -CDEPEND="dev-db/sqlite:3 - >=x11-libs/gtk+-2.6:2 - dev-libs/glib:2 - gnome-base/libglade:2.0 - dev-libs/libsigc++:2 - dev-libs/boost - >=dev-cpp/ctemplate-0.95 - >=dev-libs/libxml2-2.6.2:2 - >=dev-cpp/glibmm-2.14:2 - >=dev-cpp/gtkmm-2.14:2.4 - dev-libs/libzip - >=virtual/mysql-5.1 - dev-libs/libpcre - virtual/opengl - >=dev-lang/lua-5.1[deprecated] - x11-libs/pango - || ( sys-libs/e2fsprogs-libs - dev-libs/ossp-uuid ) - >=x11-libs/cairo-1.5.12[svg] - dev-python/pexpect - dev-python/paramiko - doc? ( dev-python/pysqlite:2 ) - nls? ( sys-devel/gettext ) - readline? ( sys-libs/readline )" -RDEPEND="${CDEPEND} - app-admin/sudo - sys-apps/net-tools" -DEPEND="${CDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}"/"${MY_P}" - -pkg_setup() { - # Make sure we use Python 2 since the code is not compatible with 3. - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # ifconfig isn't in the normal path - sed -i -e 's:ifconfig:/sbin/ifconfig:' plugins/wb.admin/backend/wb_server_control.py || die - - epatch "${FILESDIR}/${PN}-5.2.31-python-libs.patch" - eautoreconf - - # Remove bundled ctemplate version to make sure we use the system - # version, but leave a directory to avoid confusing configure, bug - # 357539. - rm -rf ext/ctemplate || die - mkdir -p ext/ctemplate/ctemplate-src || die -} - -src_configure() { - econf \ - $(use_enable nls i18n) \ - $(use_enable readline readline) \ - $(use_enable debug) \ - $(use_enable static-libs static) -} - -src_install() { - emake install DESTDIR="${D}" || die - find "${ED}" -name '*.la' -delete || die -} diff --git a/dev-db/mysql-workbench/mysql-workbench-5.2.40.ebuild b/dev-db/mysql-workbench/mysql-workbench-5.2.40.ebuild deleted file mode 100644 index d34acf01837f..000000000000 --- a/dev-db/mysql-workbench/mysql-workbench-5.2.40.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-5.2.40.ebuild,v 1.4 2012/08/04 09:47:05 ago Exp $ - -EAPI=4 -GCONF_DEBUG="no" -PYTHON_DEPEND=2 - -inherit gnome2 eutils flag-o-matic python - -MY_P="${PN}-gpl-${PV}-src" - -DESCRIPTION="MySQL Workbench" -HOMEPAGE="http://dev.mysql.com/workbench/" -SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="debug doc gnome-keyring nls static-libs" - -CDEPEND="dev-db/sqlite:3 - >=x11-libs/gtk+-2.6:2 - dev-libs/glib:2 - gnome-base/libglade:2.0 - dev-libs/libsigc++:2 - dev-libs/boost - >=dev-cpp/ctemplate-0.95 - >=dev-libs/libxml2-2.6.2:2 - >=dev-cpp/glibmm-2.14:2 - >=dev-cpp/gtkmm-2.14:2.4 - dev-libs/libzip - >=virtual/mysql-5.1 - dev-libs/libpcre - virtual/opengl - >=dev-lang/lua-5.1[deprecated] - x11-libs/pango - || ( sys-libs/e2fsprogs-libs - dev-libs/ossp-uuid ) - >=x11-libs/cairo-1.5.12[svg] - dev-python/pexpect - >=dev-python/paramiko-1.7.4 - doc? ( dev-python/pysqlite:2 ) - gnome-keyring? ( gnome-base/libgnome-keyring ) - nls? ( sys-devel/gettext )" -RDEPEND="${CDEPEND} - app-admin/sudo - sys-apps/net-tools" -DEPEND="${CDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}"/"${MY_P}" - -pkg_setup() { - # Make sure we use Python 2 since the code is not compatible with 3. - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # ifconfig isn't in the normal path - sed -i -e 's:ifconfig:/sbin/ifconfig:' plugins/wb.admin/backend/wb_server_control.py || die - - # Remove hardcoded CXXFLAGS - sed -i -e 's/debug_flags="-ggdb3 /debug_flags="/' configure || die - sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/Makefile.in ext/scintilla/gtk/Makefile.am || die - - # Remove bundled ctemplate version to make sure we use the system - # version, but leave a directory to avoid confusing configure, bug - # 357539. - rm -rf ext/ctemplate || die - mkdir -p ext/ctemplate/ctemplate-src || die -} - -src_configure() { - econf \ - $(use_enable nls i18n) \ - $(use_enable debug) \ - $(use_enable static-libs static) -} - -src_install() { - emake install DESTDIR="${D}" || die - find "${ED}" -name '*.la' -delete || die -} |