diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-04 22:40:39 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-04 22:40:39 +0000 |
commit | 36266076bb6fb3aef2d3bbe8dd403dd1ea98514e (patch) | |
tree | 5dd676f1787587c3864067de2503a932bec698d5 | |
parent | Unmasked bsdtar2 (diff) | |
download | gentoo-2-36266076bb6fb3aef2d3bbe8dd403dd1ea98514e.tar.gz gentoo-2-36266076bb6fb3aef2d3bbe8dd403dd1ea98514e.tar.bz2 gentoo-2-36266076bb6fb3aef2d3bbe8dd403dd1ea98514e.zip |
Force external sqlite.
(Portage version: 2.1.2.1)
-rw-r--r-- | dev-php4/pecl-sqlite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php4/pecl-sqlite/files/digest-pecl-sqlite-1.0.3-r1 (renamed from dev-php4/pecl-sqlite/files/digest-pecl-sqlite-1.0.3) | 0 | ||||
-rw-r--r-- | dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild (renamed from dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild) | 11 |
3 files changed, 8 insertions, 11 deletions
diff --git a/dev-php4/pecl-sqlite/ChangeLog b/dev-php4/pecl-sqlite/ChangeLog index db74d5c5b67b..c07eeb46175b 100644 --- a/dev-php4/pecl-sqlite/ChangeLog +++ b/dev-php4/pecl-sqlite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php4/pecl-sqlite # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/ChangeLog,v 1.17 2007/03/04 21:01:55 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/ChangeLog,v 1.18 2007/03/04 22:40:39 chtekk Exp $ + +*pecl-sqlite-1.0.3-r1 (04 Mar 2007) + + 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> + -pecl-sqlite-1.0.3.ebuild, +pecl-sqlite-1.0.3-r1.ebuild: + Force upgrade to external libsqlite2. 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-sqlite-1.0.3.ebuild: Remove bundled sqlite. diff --git a/dev-php4/pecl-sqlite/files/digest-pecl-sqlite-1.0.3 b/dev-php4/pecl-sqlite/files/digest-pecl-sqlite-1.0.3-r1 index 60ca5f2cdef6..60ca5f2cdef6 100644 --- a/dev-php4/pecl-sqlite/files/digest-pecl-sqlite-1.0.3 +++ b/dev-php4/pecl-sqlite/files/digest-pecl-sqlite-1.0.3-r1 diff --git a/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild b/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild index 6d64932e9b8f..325b7949816a 100644 --- a/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild +++ b/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild,v 1.21 2007/03/04 21:01:55 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild,v 1.1 2007/03/04 22:40:39 chtekk Exp $ PHP_EXT_NAME="sqlite" PHP_EXT_PECL_PKG="SQLite" @@ -21,15 +21,6 @@ RDEPEND="${DEPEND}" need_php_by_category -src_unpack() { - unpack ${A} - cd "${S}" - # There is a copy of the sqlite2 sources, so - # we make sure the bundled copy is never used - # https://bugs.gentoo.org/show_bug.cgi?id=159207 - rm -Rf libsqlite -} - src_compile() { has_php my_conf="--with-sqlite=/usr" |