* [gentoo-commits] repo/gentoo:master commit in: dev-db/wxsqlite3/files/, dev-db/wxsqlite3/
@ 2015-10-25 15:03 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2015-10-25 15:03 UTC (permalink / raw
To: gentoo-commits
commit: aff9f5d5693c4c0ce39269a69c30322496a3b109
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 14:55:42 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 15:03:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff9f5d5
dev-db/wxsqlite3: Fix typo in pc file
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in | 14 ++++++++++++++
.../{wxsqlite3-3.2.1.ebuild => wxsqlite3-3.2.1-r1.ebuild} | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in
new file mode 100644
index 0000000..c2e0e51
--- /dev/null
+++ b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in
@@ -0,0 +1,14 @@
+# 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@WXDEBUG@_wxsqlite3-@WXVERSION@
+Libs.private: -lpthread
+Cflags: -I${includedir}
diff --git a/dev-db/wxsqlite3/wxsqlite3-3.2.1.ebuild b/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild
similarity index 95%
rename from dev-db/wxsqlite3/wxsqlite3-3.2.1.ebuild
rename to dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild
index af7c565..5907456 100644
--- a/dev-db/wxsqlite3/wxsqlite3-3.2.1.ebuild
+++ b/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild
@@ -35,7 +35,7 @@ src_prepare() {
-e "s:@WXVERSION@:${WX_GTK_VER}:g" \
-e "s:@LIBDIR@:$(get_libdir):g" \
-e "s:@VERSION@:${PV}:g" \
- "${FILESDIR}"/${PN}-3.0.6.1.pc.in > ${PN}.pc || die
+ "${FILESDIR}"/${P}.pc.in > ${PN}.pc || die
}
src_configure() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-db/wxsqlite3/files/, dev-db/wxsqlite3/
@ 2025-05-15 11:28 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2025-05-15 11:28 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-15 11:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25 15:03 [gentoo-commits] repo/gentoo:master commit in: dev-db/wxsqlite3/files/, dev-db/wxsqlite3/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2025-05-15 11:28 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox