commit:     ac9064a7ee39d61110607fcad22a9efe78d41209
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 11:28:33 2025 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 15 11:28:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9064a7

dev-db/wxsqlite3: drop 3.2.1-r1

Closes: https://bugs.gentoo.org/689798
Closes: https://bugs.gentoo.org/917434
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-db/wxsqlite3/Manifest                    |  1 -
 dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in | 14 --------
 dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild   | 53 ----------------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-db/wxsqlite3/Manifest b/dev-db/wxsqlite3/Manifest
index cab63ba9e16e..c385d99f46ba 100644
--- a/dev-db/wxsqlite3/Manifest
+++ b/dev-db/wxsqlite3/Manifest
@@ -1,2 +1 @@
-DIST wxsqlite3-3.2.1.tar.gz 2810940 BLAKE2B 
777bccebffb68e2d87fdfc27177738c90a18af1a7870ca21965e351e5ea6a21ac7ac710f760a46aad588d8baadcb136945f4cea9b1eabc1ddb5587ebd549b140
 SHA512 
c62380815d881e9f08727cf28047d81acabf791429ee1a5df4db4a6e101a5c7c5fe6e314b18e83eda9c330fb62c996db7a560163d25dc8b948a04a970e7be3d6
 DIST wxsqlite3-4.10.6.tar.gz 9798362 BLAKE2B 
679cb128e4e6585ef0c964b453dbd2197a69028c60f5980175c579151c5334a41335b39d0bcf4adbe1d71be836becb33a36cdc14578be22619a0c5d71cb4da52
 SHA512 
51fed719889d91f2baab65ad93fb490c578b4a31ac755f600e0d37f748faf39521177c5176c6f07182ffe5a6c9981083767e22ad573d9af1c469635118b9b5fb

diff --git a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in 
b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in
deleted file mode 100644
index 112fa14432c3..000000000000
--- a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in
+++ /dev/null
@@ -1,14 +0,0 @@
-# Package Information for pkg-config
-
-prefix=/usr
-wxver=@WXVERSION@
-includedir=${prefix}/include/wx-${wxver}/
-libdir=${prefix}/@LIBDIR@
-
-Name: wxsqlite3-@WXVERSION@
-Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets
-Version: @VERSION@
-#Requires: sqlite3
-Libs: -L${libdir} -lwxcode_gtk2_wxsqlite3-@WXVERSION@
-Libs.private: -lpthread
-Cflags: -I${includedir}

diff --git a/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild 
b/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild
deleted file mode 100644
index 76d13402b5b4..000000000000
--- a/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit wxwidgets
-
-DESCRIPTION="C++ wrapper around the public domain SQLite 3.x database"
-HOMEPAGE="http://wxcode.sourceforge.net/components/wxsqlite3/";
-SRC_URI="https://downloads.sourceforge.net/wxcode/${P}.tar.gz";
-
-LICENSE="wxWinLL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-       x11-libs/wxGTK:${WX_GTK_VER}[X]
-       dev-db/sqlite:3"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       default
-
-       rm -r sqlite3 || die
-       cp configure30 configure || die
-       sed \
-               -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() {
-       setup-wxwidgets
-       econf \
-               --enable-shared \
-               --enable-unicode \
-               --with-wx-config="${WX_CONFIG}" \
-               --with-wxshared \
-               --with-sqlite3-prefix="${ESYSROOT}"/usr
-}
-
-src_install() {
-       HTML_DOCS=( docs/html/. )
-       default
-
-       dodoc Readme.txt
-       dodoc -r samples
-
-       insinto /usr/$(get_libdir)/pkgconfig
-       doins ${PN}.pc
-}

Reply via email to