summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-12-28 22:29:59 +0000
committerJustin Lecher <jlec@gentoo.org>2013-12-28 22:29:59 +0000
commitc9d967518aea9580915b4d54572356c6cd0b2601 (patch)
tree860dfe8918ba465d891e064ad7bca51078a98792 /dev-db/wxsqlite3
parentmedia-sound/guayadeque: Version Bump; unbundle wxsqlite; handle (optional) gs... (diff)
downloadgentoo-2-c9d967518aea9580915b4d54572356c6cd0b2601.tar.gz
gentoo-2-c9d967518aea9580915b4d54572356c6cd0b2601.tar.bz2
gentoo-2-c9d967518aea9580915b4d54572356c6cd0b2601.zip
dev-db/wxsqlite3: Fix pc file
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-db/wxsqlite3')
-rw-r--r--dev-db/wxsqlite3/ChangeLog8
-rw-r--r--dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in2
-rw-r--r--dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild (renamed from dev-db/wxsqlite3/wxsqlite3-3.0.6.1.ebuild)2
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-db/wxsqlite3/ChangeLog b/dev-db/wxsqlite3/ChangeLog
index e17916dbd396..74aa59a1e23d 100644
--- a/dev-db/wxsqlite3/ChangeLog
+++ b/dev-db/wxsqlite3/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/wxsqlite3
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/ChangeLog,v 1.2 2013/12/28 21:25:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/ChangeLog,v 1.3 2013/12/28 22:29:59 jlec Exp $
+
+*wxsqlite3-3.0.6.1-r1 (28 Dec 2013)
+
+ 28 Dec 2013; Justin Lecher <jlec@gentoo.org> -wxsqlite3-3.0.6.1.ebuild,
+ +wxsqlite3-3.0.6.1-r1.ebuild, files/wxsqlite3-3.0.6.1.pc.in:
+ Fix pc file
28 Dec 2013; Justin Lecher <jlec@gentoo.org> wxsqlite3-3.0.6.1.ebuild:
Fix pkgconfig file installation
diff --git a/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in b/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in
index 112fa14432c3..4bbe1041f466 100644
--- a/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in
+++ b/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in
@@ -9,6 +9,6 @@ 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: -L${libdir} -lwxcode_gtk2u_wxsqlite3-@WXVERSION@
Libs.private: -lpthread
Cflags: -I${includedir}
diff --git a/dev-db/wxsqlite3/wxsqlite3-3.0.6.1.ebuild b/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild
index f58911bbd981..70a15efd4d76 100644
--- a/dev-db/wxsqlite3/wxsqlite3-3.0.6.1.ebuild
+++ b/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/wxsqlite3-3.0.6.1.ebuild,v 1.2 2013/12/28 21:25:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/wxsqlite3/wxsqlite3-3.0.6.1-r1.ebuild,v 1.1 2013/12/28 22:29:58 jlec Exp $
EAPI=5