From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50D4B138AE9 for ; Thu, 28 Dec 2017 10:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 935F0E0ECC; Thu, 28 Dec 2017 10:17:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6315FE0ECC for ; Thu, 28 Dec 2017 10:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CC3A340FBF for ; Thu, 28 Dec 2017 10:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 361C8AFBD for ; Thu, 28 Dec 2017 10:17:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1514456249.2591ec4c9f7ad173c32d2bff9c46ddd7eec89203.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/tora/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/tora/Manifest dev-db/tora/tora-3.0.0_pre20140929-r2.ebuild X-VCS-Directories: dev-db/tora/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2591ec4c9f7ad173c32d2bff9c46ddd7eec89203 X-VCS-Branch: master Date: Thu, 28 Dec 2017 10:17:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c11fb16c-f4f0-41f0-9b3e-f91611df5323 X-Archives-Hash: a36bbbfda74aa829388650476721298c commit: 2591ec4c9f7ad173c32d2bff9c46ddd7eec89203 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 28 10:03:33 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 28 10:17:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2591ec4c dev-db/tora: Drop old Closes: https://bugs.gentoo.org/577850 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-db/tora/Manifest | 1 - dev-db/tora/tora-3.0.0_pre20140929-r2.ebuild | 84 ---------------------------- 2 files changed, 85 deletions(-) diff --git a/dev-db/tora/Manifest b/dev-db/tora/Manifest index f0cbf8f7ce1..282b353face 100644 --- a/dev-db/tora/Manifest +++ b/dev-db/tora/Manifest @@ -1,2 +1 @@ -DIST tora-3.0.0_pre20140929.tar.xz 9038680 BLAKE2B 93dc168c78ddf6f016a70e974dfade020bbbbed7fb628c6c7a3600e7cb95122067bf84be8bf99afebc58a735daa47694df757aaa86cdce717a31f504bce302d1 SHA512 42bc76d8bbed8a5cfee447ea6dec9966a31ef740d3ab58078ecdfc12f725cc94568fbb96d044668ae5fd83def5ab35823df6dee77b630e7903edfd1521b87b73 DIST tora-3.2.tar.gz 12762547 BLAKE2B 9e52013cc4122a8c6278392fd2251bad941fa48dbbc6e3c72a98bb2bad173d0262877afc44eca689c3110f69883c246441844f7884e309e000f1068b23c6b918 SHA512 005f9bc42a7c7ee9676ad60cdcb7b8fb9862a8ff0be9ffeb7911d96da7f233553b68e4089d23161871b479702ae8a8dc8bc63bd8d9aa75677bdd6c166ce86f7a diff --git a/dev-db/tora/tora-3.0.0_pre20140929-r2.ebuild b/dev-db/tora/tora-3.0.0_pre20140929-r2.ebuild deleted file mode 100644 index fdd5149bda7..00000000000 --- a/dev-db/tora/tora-3.0.0_pre20140929-r2.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils eutils - -if [[ ${PV} == 9999 ]]; then - ESVN_REPO_URI="https://svn.code.sf.net/p/tora/code/trunk/tora" - inherit subversion - SRC_URI="" -else - SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.xz" -fi - -DESCRIPTION="TOra - Toolkit For Oracle" -HOMEPAGE="http://torasql.com/" -IUSE="debug mysql postgres" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-libs/ferrisloki - x11-libs/qscintilla:=[qt4(-)] - dev-qt/qtgui:4 - dev-qt/qtsql:4[mysql?,postgres?] - dev-qt/qtxmlpatterns:4 - =dev-db/oracle-instantclient-basic-11* - postgres? ( dev-db/postgresql:* ) -" -DEPEND=" - virtual/pkgconfig - ${RDEPEND} -" - -pkg_setup() { - if [ -z "$ORACLE_HOME" ] ; then - eerror "ORACLE_HOME variable is not set." - eerror - eerror "You must install Oracle >= 8i client for Linux in" - eerror "order to compile TOra with Oracle support." - eerror - eerror "You can download the Oracle software from" - eerror "http://otn.oracle.com/software/content.html" - die - fi -} - -src_prepare() { - sed -i \ - -e "/COPYING/ d" \ - CMakeLists.txt || die "Removal of COPYING file failed" - # bug 547520 - grep -rlZ '$$ORIGIN' . | xargs -0 sed -i 's|:$$ORIGIN[^:"]*||' || \ - die 'Removal of $$ORIGIN failed' -} - -src_configure() { - local mycmakeargs=() - mycmakeargs=(-DENABLE_ORACLE=ON) - mycmakeargs+=( - -DWANT_RPM=OFF - -DWANT_BUNDLE=OFF - -DWANT_BUNDLE_STANDALONE=OFF - -DWANT_INTERNAL_QSCINTILLA=OFF - -DWANT_INTERNAL_LOKI=OFF - -DLOKI_LIBRARY="$(pkg-config --variable=libdir ferrisloki)/libferrisloki.so" - -DLOKI_INCLUDE_DIR="$(pkg-config --variable=includedir ferrisloki)/FerrisLoki" - $(cmake-utils_use_enable postgres PGSQL) - $(cmake-utils_use_want debug) - # path variables - -DTORA_DOC_DIR=share/doc/${PF} - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - # - doicon src/icons/${PN}.xpm || die - domenu src/${PN}.desktop || die -}