diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-25 17:46:27 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-25 17:46:27 +0000 |
commit | 183f692e43e634acd923e2714ce392b3e35ebc3a (patch) | |
tree | f3333df002d0f16a45fe0ed4d6cfcbc3d330d281 /dev-db/spatialite | |
parent | Add ebuild with basic tools to control spatialite. Fixes bug#284913. (diff) | |
download | gentoo-2-183f692e43e634acd923e2714ce392b3e35ebc3a.tar.gz gentoo-2-183f692e43e634acd923e2714ce392b3e35ebc3a.tar.bz2 gentoo-2-183f692e43e634acd923e2714ce392b3e35ebc3a.zip |
Fix homepage to point to main roadblock.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/spatialite')
-rw-r--r-- | dev-db/spatialite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/spatialite/spatialite-2.4.0_rc4.ebuild | 6 | ||||
-rw-r--r-- | dev-db/spatialite/spatialite-3.0.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-db/spatialite/ChangeLog b/dev-db/spatialite/ChangeLog index 2c0d9f76f8a3..05e0eec68295 100644 --- a/dev-db/spatialite/ChangeLog +++ b/dev-db/spatialite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/spatialite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/ChangeLog,v 1.4 2012/05/25 17:31:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/ChangeLog,v 1.5 2012/05/25 17:46:27 scarabeus Exp $ + + 25 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> spatialite-2.4.0_rc4.ebuild, + spatialite-3.0.1.ebuild: + Fix homepage to point to main roadblock. *spatialite-3.0.1 (25 May 2012) diff --git a/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild b/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild index 6da950be590a..0b951367505e 100644 --- a/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild +++ b/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild,v 1.3 2011/08/07 12:03:49 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild,v 1.4 2012/05/25 17:46:27 scarabeus Exp $ EAPI=4 @@ -10,7 +10,7 @@ MY_P=lib${P/_rc*} inherit multilib DESCRIPTION="A complete Spatial DBMS in a nutshell built upon sqlite" -HOMEPAGE="http://www.gaia-gis.it/spatialite" +HOMEPAGE="http://www.gaia-gis.it/gaia-sins/" SRC_URI="http://www.gaia-gis.it/${PN}-${MY_PV}/${MY_P}.tar.gz" LICENSE="MPL-1.1" diff --git a/dev-db/spatialite/spatialite-3.0.1.ebuild b/dev-db/spatialite/spatialite-3.0.1.ebuild index 9ee7ec29f02d..b9dea7014028 100644 --- a/dev-db/spatialite/spatialite-3.0.1.ebuild +++ b/dev-db/spatialite/spatialite-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-3.0.1.ebuild,v 1.1 2012/05/25 17:31:35 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-3.0.1.ebuild,v 1.2 2012/05/25 17:46:27 scarabeus Exp $ EAPI=4 @@ -10,7 +10,7 @@ MY_P="${MY_PN}-${PV}" inherit multilib DESCRIPTION="A complete Spatial DBMS in a nutshell built upon sqlite" -HOMEPAGE="http://www.gaia-gis.it/spatialite" +HOMEPAGE="http://www.gaia-gis.it/gaia-sins/" SRC_URI="http://www.gaia-gis.it/gaia-sins/${MY_PN}-sources/${MY_P}.tar.gz" LICENSE="MPL-1.1" |