public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-workbench/
Date: Wed,  9 Jan 2019 09:20:52 +0000 (UTC)	[thread overview]
Message-ID: <1547025640.e4fdca3083a41aceff927d589fbbf04f62145177.graaff@gentoo> (raw)

commit:     e4fdca3083a41aceff927d589fbbf04f62145177
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  9 09:20:40 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan  9 09:20:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fdca30

dev-db/mysql-workbench: cleanup

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-db/mysql-workbench/Manifest                    |   1 -
 .../mysql-workbench-6.3.4-r1.ebuild                | 106 ---------------------
 2 files changed, 107 deletions(-)

diff --git a/dev-db/mysql-workbench/Manifest b/dev-db/mysql-workbench/Manifest
index 9c131354e6e..38a715bf98a 100644
--- a/dev-db/mysql-workbench/Manifest
+++ b/dev-db/mysql-workbench/Manifest
@@ -1,5 +1,4 @@
 DIST antlr-3.4-complete.jar 2388361 BLAKE2B 561c1dffe464bbc387075df6d95bbdcab27315ba5679cfa10f85d6449baad3d05f4daa45af93d9b127d9fedb8c7e44c45537f1a84b4c4d877c40b9812620f669 SHA512 04be4dfba3a21f3ab9d9e439a64958bd8e844a9f151b798383bd9e0dd6ebc416783ae7cb1d1dbb27fb7288ab9756b13b8338cdb8ceb41a10949c852ad45ab1f2
 DIST antlr-4.7.1-complete.jar 2240116 BLAKE2B 3acf99b3701b2092cad2fb6e91f27791cbedd82f26888d7329e481be29fce4ec644eb57f663e515b92dea46c24222d4fb090aae5cae30c57c412a38932ea72ed SHA512 de1c230d7294e05ac7b451cbc639bab9d416a674b281e21092fb4a9329ca8b6d4b92b9ad78a9771cff475a1610f1d0419819c4619bdff36c683019da67ef13b1
 DIST mysql-workbench-community-6.3.10-src.tar.gz 14969443 BLAKE2B 57f7b0d661bc8211e123a027ce12e71be5637c189cc6e3b949df4f8e5a7edfc8c78f3c6e85b7292347dce2b720ee79070ac8fb91224396a3afae4104583d4325 SHA512 f892853a5f8b000c424b945c38680e17b041699fe2b03743b71c803de6cedeb12e3f69ad94d1c737e23f26d8608026e18fb29d31be6b3a2ffea1d78229212a4d
-DIST mysql-workbench-community-6.3.4-src.tar.gz 14954524 BLAKE2B 54941a760cc44b745039a59d0ad88e109605c47285b34098d7ebc9e7a32758027c07219f7b8dc96fad198fbc68086582ccfa5ba7e7a35fa1fff8ff57b467f91f SHA512 8d7eacd46fd3cac912dac2fdbc0669759f9411796507cca76b0ad47228381b15b7f88e60a7a5a8763e704b456884828783cb0c7ed218025edb35aa5033d7d02f
 DIST mysql-workbench-community-8.0.13-src.tar.gz 16047080 BLAKE2B c31560a978620ae04210b452bcf90b75e7eb2ec20335470054b2640220ed29c3476f5ee1bacd86575f9b42481de5452e94b8d7a5e8f56eb17ea0770be19dc296 SHA512 d6f7aeb85e1bb59474d432f8088fd5603e5b539f3fce9c78db2aeaa8de3bc9356de09a6486138e07a29dd62b971e7601cce12a2e4a9f7309364081ee5db4b55d

diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild
deleted file mode 100644
index 71ca6115b09..00000000000
--- a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="no"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome2 eutils flag-o-matic python-single-r1 cmake-utils
-
-MY_P="${PN}-community-${PV}-src"
-
-DESCRIPTION="MySQL Workbench"
-HOMEPAGE="http://dev.mysql.com/workbench/"
-SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true -> antlr-3.4-complete.jar"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc gnome-keyring"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# glibc: deprecated mutex functions, removed in 2.36.0
-CDEPEND="${PYTHON_DEPS}
-		dev-libs/glib:2
-		dev-cpp/atkmm
-		dev-cpp/pangomm
-		>=dev-cpp/glibmm-2.14:2
-		>=dev-cpp/gtkmm-2.14:2.4
-		dev-libs/atk
-		x11-libs/pango
-		>=x11-libs/gtk+-2.20:2
-		gnome-base/libglade:2.0
-		>=x11-libs/cairo-1.5.12[glib,svg]
-		dev-libs/libsigc++:2
-		>=dev-libs/boost-1.55.0[nls]
-		>=dev-cpp/ctemplate-0.95
-		>=dev-libs/libxml2-2.6.2:2
-		dev-libs/libzip
-		dev-libs/libpcre[cxx]
-		>=sci-libs/gdal-1.11.1-r1[-mdb]
-		virtual/opengl
-		>=dev-lang/lua-5.1:0[deprecated]
-		|| ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid )
-		dev-libs/tinyxml[stl]
-		dev-db/mysql-connector-c++
-		dev-db/vsqlite++
-		|| ( dev-db/libiodbc dev-db/unixODBC )
-		gnome-keyring? ( gnome-base/libgnome-keyring )
-			dev-python/pexpect
-			>=dev-python/paramiko-1.7.4
-	"
-
-# lua perhaps no longer needed? Was used via libgrt only
-
-RDEPEND="${CDEPEND}
-		app-admin/sudo
-		>=sys-apps/net-tools-1.60_p20120127084908"
-
-DEPEND="${CDEPEND}
-		dev-lang/swig
-		virtual/jre
-		virtual/pkgconfig"
-
-S="${WORKDIR}"/"${MY_P}"
-
-src_unpack() {
-	unpack ${PN}-community-${PV}-src.tar.gz
-}
-
-src_prepare() {
-	## Patch CMakeLists.txt
-	epatch "${FILESDIR}/${PN}-6.2.3-CMakeLists.patch" \
-		"${FILESDIR}/${PN}-6.2.5-wbcopytables.patch" \
-		"${FILESDIR}/${PN}-6.3.3-mysql_options4.patch" \
-		"${FILESDIR}/${PN}-6.3.4-cxx11.patch" \
-		"${FILESDIR}/${PN}-6.3.4-gtk.patch"
-
-	sed -i -e '/target_link_libraries/ s/sqlparser.grt/sqlparser.grt sqlparser/' \
-		modules/db.mysql.sqlparser/CMakeLists.txt
-
-	## remove hardcoded CXXFLAGS
-	sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/CMakeLists.txt || die
-
-	## package is very fragile...
-	strip-flags
-
-	cmake-utils_src_prepare
-}
-
-src_configure() {
-	append-cxxflags -std=c++11
-	local mycmakeargs=(
-		$(cmake-utils_use_use gnome-keyring GNOME_KEYRING)
-		-DLIB_INSTALL_DIR="/usr/$(get_libdir)"
-		-DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
-		-DPYTHON_LIBRARY="$(python_get_library_path)"
-	)
-	ANTLR_JAR_PATH="${DISTDIR}/antlr-3.4-complete.jar" cmake-utils_src_configure
-}
-
-src_compile() {
-	# Work around parallel build issues, bug 507838
-	cmake-utils_src_compile -j1
-}


             reply	other threads:[~2019-01-09  9:20 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-09  9:20 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  0:22 [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-workbench/ Sam James
2024-10-16  6:15 Hans de Graaff
2024-08-02  5:26 Hans de Graaff
2024-08-01  7:05 Eli Schwartz
2024-07-03  5:16 Hans de Graaff
2024-02-23 10:36 Hans de Graaff
2024-02-20 20:59 Ionen Wolkens
2024-01-17 13:16 Hans de Graaff
2023-11-27 15:43 Andreas Sturmlechner
2023-10-17 15:00 Hans de Graaff
2023-09-23  7:07 Hans de Graaff
2023-07-19  5:49 Hans de Graaff
2023-06-15 12:09 Hans de Graaff
2023-06-15 11:38 Hans de Graaff
2023-05-27 15:06 Pacho Ramos
2023-05-24 18:53 Arthur Zamarin
2023-04-21  8:45 Hans de Graaff
2023-04-21  8:45 Hans de Graaff
2023-04-02 19:30 Arthur Zamarin
2023-02-18 13:55 Andreas Sturmlechner
2023-02-10  8:14 Hans de Graaff
2023-01-20  8:31 Hans de Graaff
2023-01-08 10:38 Hans de Graaff
2023-01-08  8:33 Hans de Graaff
2022-12-02  8:30 Hans de Graaff
2022-12-02  8:02 Arthur Zamarin
2022-10-22  6:29 Hans de Graaff
2022-10-18 15:29 Hans de Graaff
2022-10-08 18:25 Sam James
2022-07-29  2:47 Sam James
2022-07-27  9:43 Hans de Graaff
2022-07-20  6:12 Hans de Graaff
2022-06-13  5:30 Hans de Graaff
2022-06-12  8:28 Agostino Sarubbo
2022-05-22  5:29 Hans de Graaff
2022-05-21  9:20 Hans de Graaff
2022-05-21  9:20 Hans de Graaff
2022-03-21  7:47 Agostino Sarubbo
2021-10-22  5:51 Hans de Graaff
2021-09-20 18:15 Andreas K. Hüttel
2021-09-13 20:30 David Seifert
2021-08-27  7:36 Hans de Graaff
2021-08-27  7:36 Hans de Graaff
2021-07-21  5:40 Hans de Graaff
2021-05-12  6:20 Hans de Graaff
2021-04-24  5:38 Hans de Graaff
2021-03-24 13:24 Hans de Graaff
2021-03-23 15:05 Matt Turner
2020-07-19  6:15 Hans de Graaff
2020-04-29 10:55 Hans de Graaff
2020-04-05  9:16 Hans de Graaff
2020-03-31  7:22 Agostino Sarubbo
2020-03-29  7:24 Mikle Kolyada
2020-02-19 18:59 Hans de Graaff
2020-02-19 18:59 Hans de Graaff
2020-01-26  9:27 Hans de Graaff
2020-01-17  8:44 Michał Górny
2019-10-15  6:04 Hans de Graaff
2019-08-03  5:47 Hans de Graaff
2019-08-03  5:47 Hans de Graaff
2019-07-24  8:19 Agostino Sarubbo
2019-07-23 10:15 Agostino Sarubbo
2019-07-23  8:47 Hans de Graaff
2019-07-23  6:56 Hans de Graaff
2019-07-23  6:56 Hans de Graaff
2019-06-05 17:56 Hans de Graaff
2019-06-05  7:46 Agostino Sarubbo
2019-05-26 11:50 Mikle Kolyada
2019-05-20 18:04 Hans de Graaff
2019-04-26  7:51 Hans de Graaff
2019-04-21  8:40 Hans de Graaff
2019-04-21  8:40 Hans de Graaff
2019-01-21 17:44 Hans de Graaff
2018-12-14  7:43 Hans de Graaff
2018-12-14  7:43 Hans de Graaff
2018-12-14  2:13 Thomas Deutschmann
2018-12-13 11:36 Hans de Graaff
2018-12-11 10:01 Hans de Graaff
2018-12-11  9:50 Hans de Graaff
2018-10-26 17:43 Hans de Graaff
2018-10-24  6:14 Hans de Graaff
2018-10-24  6:14 Hans de Graaff
2018-03-17  6:45 Matt Turner
2017-12-23  9:40 Hans de Graaff
2017-11-19 10:35 Hans de Graaff
2017-07-20 11:51 Hans de Graaff
2017-05-29  4:35 Hans de Graaff
2017-05-25  7:36 Hans de Graaff
2017-05-25  7:09 Hans de Graaff
2017-05-21  6:03 Hans de Graaff
2016-01-25 20:27 Hans de Graaff
2016-01-12 10:35 James Le Cuirot
2016-01-11 21:00 Hans de Graaff
2016-01-06 13:34 Agostino Sarubbo
2016-01-03 11:54 Agostino Sarubbo
2016-01-02 11:16 Hans de Graaff
2015-12-29 12:08 Pacho Ramos
2015-12-06  7:43 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1547025640.e4fdca3083a41aceff927d589fbbf04f62145177.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox