From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3BB5F13826A for ; Tue, 24 May 2016 19:15:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D18FF224058; Tue, 24 May 2016 19:15:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F822224048 for ; Tue, 24 May 2016 19:15:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 393C9340A03 for ; Tue, 24 May 2016 19:15:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C871DFFC for ; Tue, 24 May 2016 19:15:07 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1464117159.ee661429e2fc8cbcd6d033d0a481fa9dda3ef03b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/wxsqlite3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/wxsqlite3/Manifest dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild X-VCS-Directories: dev-db/wxsqlite3/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ee661429e2fc8cbcd6d033d0a481fa9dda3ef03b X-VCS-Branch: master Date: Tue, 24 May 2016 19:15:07 +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: c19c1dc8-2b7d-4e1c-ac81-0b46fdf2b6d1 X-Archives-Hash: 2fbd622c9d0d61be119c8c5b7fbb9085 commit: ee661429e2fc8cbcd6d033d0a481fa9dda3ef03b Author: Pacho Ramos gentoo org> AuthorDate: Tue May 24 19:02:55 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 24 19:12:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee661429 dev-db/wxsqlite3: Drop old version relying on obsolete wxGTK Package-Manager: portage-2.3.0_rc1 dev-db/wxsqlite3/Manifest | 1 - dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild | 60 ---------------------------- 2 files changed, 61 deletions(-) diff --git a/dev-db/wxsqlite3/Manifest b/dev-db/wxsqlite3/Manifest index 1c83f80..159f69b 100644 --- a/dev-db/wxsqlite3/Manifest +++ b/dev-db/wxsqlite3/Manifest @@ -1,2 +1 @@ -DIST wxsqlite3-3.0.6.1.tar.gz 2707120 SHA256 c1d828782c72b86733ddfc8c1591040db8cb3c814871816374a7989727290996 SHA512 b7f496f7a9f8bbb9aa32049689efba9cc32dae868f56f26837c2dcb4546c88a488955c6d71776b4f9996090680d92e23834d6757ccd77e9507a55dc7e60e2f04 WHIRLPOOL b459c75929f209a17ca0cc757afe2ed2e4404c9654bd8db6c8fb61571746b6ce20c1623d4c8698569c9a35fd11ed77635e2a408c31701324fa09b84585660412 DIST wxsqlite3-3.2.1.tar.gz 2810940 SHA256 312f2cf63c76a70bae92b78ea6fb7e9485fb23c3ee728daa418babab881939e4 SHA512 c62380815d881e9f08727cf28047d81acabf791429ee1a5df4db4a6e101a5c7c5fe6e314b18e83eda9c330fb62c996db7a560163d25dc8b948a04a970e7be3d6 WHIRLPOOL 2cbf9095f08dddba4671cb5be18b980e8387365e2e7c85fde31a60fd4d6f77ec1fdca07500e29e540bd94dcd439ed55768c47c07c7089cfdaabd37a5601f244b diff --git a/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild b/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild deleted file mode 100644 index 90afd06..0000000 --- a/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -WX_GTK_VER="2.8" - -inherit eutils multilib wxwidgets - -DESCRIPTION="C++ wrapper around the public domain SQLite 3.x database" -HOMEPAGE="http://wxcode.sourceforge.net/components/wxsqlite3/" -SRC_URI="mirror://sourceforge/wxcode/${P}.tar.gz" - -LICENSE="wxWinLL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - x11-libs/wxGTK:2.8[X,debug=] - dev-db/sqlite:3" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P%.1}" - -src_prepare() { - local wxdebug - - rm -rf sqlite3 || die - cp configure28 configure || die - use debug && wxdebug="d" - sed \ - -e "s:@WXDEBUG@:${wxdebug}:g" \ - -e "s:@WXVERSION@:${WX_GTK_VER}:g" \ - -e "s:@LIBDIR@:$(get_libdir):g" \ - -e "s:@VERSION@:${PV}:g" \ - "${FILESDIR}"/${P}.pc.in > ${PN}.pc || die -} - -src_configure() { - econf \ - --enable-shared \ - --enable-unicode \ - --with-wx-config="${WX_CONFIG}" \ - --with-wxshared \ - --with-sqlite3-prefix="${PREFIX}/usr" -} - -src_install() { - default - - insinto /usr/$(get_libdir)/pkgconfig - doins ${PN}.pc - - dodoc Readme.txt - dohtml -r docs/html/* - docinto samples - dodoc -r samples/* -}