public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/openstreetmap-icons: openstreetmap-icons-20090616.ebuild ChangeLog
@ 2009-06-22 13:07 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-06-22 13:07 UTC (permalink / raw
  To: gentoo-commits

tupone      09/06/22 13:07:09

  Modified:             openstreetmap-icons-20090616.ebuild ChangeLog
  Log:
  Rebuild icons and geoinfo db.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?r1=1.1&r2=1.2

Index: openstreetmap-icons-20090616.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openstreetmap-icons-20090616.ebuild	20 Jun 2009 19:02:23 -0000	1.1
+++ openstreetmap-icons-20090616.ebuild	22 Jun 2009 13:07:09 -0000	1.2
@@ -1,6 +1,10 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.1 2009/06/20 19:02:23 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.2 2009/06/22 13:07:09 tupone Exp $
+
+EAPI=2
+
+inherit cmake-utils
 
 DESCRIPTION="openstreetmap icons"
 HOMEPAGE="http://www.openstreetmap.org/"
@@ -11,12 +15,24 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND="dev-perl/ImageInfo
+	media-gfx/imagemagick[perl]"
 RDEPEND=""
 
+S=${WORKDIR}/${P}/map-icons
+
+src_compile() {
+	cmake-utils_src_compile
+	cp icons.* ${CMAKE_BUILD_DIR}
+	cd ${CMAKE_BUILD_DIR}
+	perl "${S}"/tools/create_geoinfo-db.pl --lang=en --source=icons.xml
+	perl "${S}"/tools/create_geoinfo-db.pl --lang=de --source=icons.xml
+}
+
 # tar.bz2 generated extracting files from
 # http://svn.openstreetmap.org/applications/share/map-icons
 src_install() {
-	insinto /usr/share/icons/
-	doins -r map-icons
+	insinto /usr/share/icons/map-icons
+	cd ../map-icons_build
+	doins -r icons.* geoinfo.* *.small *.big || die "Install failed"
 }



1.2                  sci-geosciences/openstreetmap-icons/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Jun 2009 19:02:23 -0000	1.1
+++ ChangeLog	22 Jun 2009 13:07:09 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sci-geosciences/openstreetmap-icons
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.1 2009/06/20 19:02:23 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.2 2009/06/22 13:07:09 tupone Exp $
+
+  22 Jun 2009; Alfredo Tupone <tupone@gentoo.org>
+  openstreetmap-icons-20090616.ebuild:
+  Rebuild icons and geoinfo db.
 
 *openstreetmap-icons-20090616 (20 Jun 2009)
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/openstreetmap-icons: openstreetmap-icons-20090616.ebuild ChangeLog
@ 2009-06-25 20:20 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-06-25 20:20 UTC (permalink / raw
  To: gentoo-commits

tupone      09/06/25 20:20:57

  Modified:             openstreetmap-icons-20090616.ebuild ChangeLog
  Log:
  Fix missing File/Slurp. Bug #275367
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?r1=1.2&r2=1.3

Index: openstreetmap-icons-20090616.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openstreetmap-icons-20090616.ebuild	22 Jun 2009 13:07:09 -0000	1.2
+++ openstreetmap-icons-20090616.ebuild	25 Jun 2009 20:20:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.2 2009/06/22 13:07:09 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.3 2009/06/25 20:20:57 tupone Exp $
 
 EAPI=2
 
@@ -16,7 +16,8 @@
 IUSE=""
 
 DEPEND="dev-perl/ImageInfo
-	media-gfx/imagemagick[perl]"
+	media-gfx/imagemagick[perl]
+	dev-perl/File-Slurp"
 RDEPEND=""
 
 S=${WORKDIR}/${P}/map-icons



1.3                  sci-geosciences/openstreetmap-icons/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Jun 2009 13:07:09 -0000	1.2
+++ ChangeLog	25 Jun 2009 20:20:57 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sci-geosciences/openstreetmap-icons
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.2 2009/06/22 13:07:09 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.3 2009/06/25 20:20:57 tupone Exp $
+
+  25 Jun 2009; Tupone Alfredo <tupone@gentoo.org>
+  openstreetmap-icons-20090616.ebuild:
+  Fix missing File/Slurp. Bug #275367 by Kevin Woldt
 
   22 Jun 2009; Alfredo Tupone <tupone@gentoo.org>
   openstreetmap-icons-20090616.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/openstreetmap-icons: openstreetmap-icons-20090616.ebuild ChangeLog
@ 2009-06-30  6:58 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-06-30  6:58 UTC (permalink / raw
  To: gentoo-commits

tupone      09/06/30 06:58:50

  Modified:             openstreetmap-icons-20090616.ebuild ChangeLog
  Log:
  Fix missing dev-perl/DBD-SQLite requirement. Bug #275805
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?r1=1.3&r2=1.4

Index: openstreetmap-icons-20090616.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openstreetmap-icons-20090616.ebuild	25 Jun 2009 20:20:57 -0000	1.3
+++ openstreetmap-icons-20090616.ebuild	30 Jun 2009 06:58:50 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.3 2009/06/25 20:20:57 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.4 2009/06/30 06:58:50 tupone Exp $
 
 EAPI=2
 
@@ -17,7 +17,8 @@
 
 DEPEND="dev-perl/ImageInfo
 	media-gfx/imagemagick[perl]
-	dev-perl/File-Slurp"
+	dev-perl/File-Slurp
+	dev-perl/DBD-SQLite"
 RDEPEND=""
 
 S=${WORKDIR}/${P}/map-icons



1.4                  sci-geosciences/openstreetmap-icons/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	25 Jun 2009 20:20:57 -0000	1.3
+++ ChangeLog	30 Jun 2009 06:58:50 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for sci-geosciences/openstreetmap-icons
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.3 2009/06/25 20:20:57 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.4 2009/06/30 06:58:50 tupone Exp $
+
+  30 Jun 2009; Alfredo Tupone <tupone@gentoo.org>
+  openstreetmap-icons-20090616.ebuild:
+  Fix missing dev-perl/DBD-SQLite requirement. Bug #275805 by Peter Gantner
 
   25 Jun 2009; Tupone Alfredo <tupone@gentoo.org>
   openstreetmap-icons-20090616.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/openstreetmap-icons: openstreetmap-icons-20090616.ebuild ChangeLog
@ 2009-07-31  6:53 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-07-31  6:53 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/07/31 06:53:55

  Modified:             openstreetmap-icons-20090616.ebuild ChangeLog
  Log:
  Added missing dependency to fix perl error; some svg files still trigger
  exceptions.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?r1=1.4&r2=1.5

Index: openstreetmap-icons-20090616.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openstreetmap-icons-20090616.ebuild	30 Jun 2009 06:58:50 -0000	1.4
+++ openstreetmap-icons-20090616.ebuild	31 Jul 2009 06:53:55 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.4 2009/06/30 06:58:50 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.5 2009/07/31 06:53:55 nerdboy Exp $
 
 EAPI=2
 
@@ -18,7 +18,9 @@
 DEPEND="dev-perl/ImageInfo
 	media-gfx/imagemagick[perl]
 	dev-perl/File-Slurp
-	dev-perl/DBD-SQLite"
+	dev-perl/DBD-SQLite
+	dev-perl/XML-Twig"
+
 RDEPEND=""
 
 S=${WORKDIR}/${P}/map-icons



1.5                  sci-geosciences/openstreetmap-icons/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	30 Jun 2009 06:58:50 -0000	1.4
+++ ChangeLog	31 Jul 2009 06:53:55 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/openstreetmap-icons
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.4 2009/06/30 06:58:50 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.5 2009/07/31 06:53:55 nerdboy Exp $
+
+  31 Jul 2009; Steve Arnold <nerdboy@gentoo.org>
+  openstreetmap-icons-20090616.ebuild:
+  Added missing dependency, but it still triggers exceptions on svg files.
+  At least the geoinfo perl script runs now...
 
   30 Jun 2009; Alfredo Tupone <tupone@gentoo.org>
   openstreetmap-icons-20090616.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/openstreetmap-icons: openstreetmap-icons-20090616.ebuild ChangeLog
@ 2009-08-22 23:22 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-08-22 23:22 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/08/22 23:22:34

  Modified:             openstreetmap-icons-20090616.ebuild ChangeLog
  Log:
  Updated to improve failure messages, add einfo, and move the map icons
  to a more appropriate place.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild?r1=1.5&r2=1.6

Index: openstreetmap-icons-20090616.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openstreetmap-icons-20090616.ebuild	31 Jul 2009 06:53:55 -0000	1.5
+++ openstreetmap-icons-20090616.ebuild	22 Aug 2009 23:22:34 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.5 2009/07/31 06:53:55 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/openstreetmap-icons-20090616.ebuild,v 1.6 2009/08/22 23:22:34 nerdboy Exp $
 
 EAPI=2
 
@@ -29,14 +29,31 @@
 	cmake-utils_src_compile
 	cp icons.* ${CMAKE_BUILD_DIR}
 	cd ${CMAKE_BUILD_DIR}
-	perl "${S}"/tools/create_geoinfo-db.pl --lang=en --source=icons.xml
-	perl "${S}"/tools/create_geoinfo-db.pl --lang=de --source=icons.xml
+	perl "${S}"/tools/create_geoinfo-db.pl --lang=en --source=icons.xml \
+	    || die "create en geoinfo-db failed"
+	perl "${S}"/tools/create_geoinfo-db.pl --lang=de --source=icons.xml \
+	    || die "create de geoinfo-db failed"
 }
 
 # tar.bz2 generated extracting files from
 # http://svn.openstreetmap.org/applications/share/map-icons
 src_install() {
-	insinto /usr/share/icons/map-icons
+	insinto /usr/share/osm
 	cd ../map-icons_build
-	doins -r icons.* geoinfo.* *.small *.big || die "Install failed"
+	doins -r icons.* *.small *.big || die "Install icons failed"
+	doins geoinfo.* || die "Install db failed"
+}
+
+pkg_postinst() {
+	elog
+	elog "Non-fatal errors are expected on a handful of .svg files,"
+	elog "and the cause is currently unknown.  File a bug only if"
+	elog "you have a runtime problem and/or more useful information."
+	elog
+	elog "This version also installs the icons in a more appropriate"
+	elog "location, so if you have an existing gpsdrive install, you"
+	elog "should probably update your ~/.gpsdrive/gpsdriverc file"
+	elog "and change the path to the geoinfofile to reflect this:"
+	elog "   geoinfofile = /usr/share/osm/geoinfo.db"
+	elog
 }



1.6                  sci-geosciences/openstreetmap-icons/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	31 Jul 2009 06:53:55 -0000	1.5
+++ ChangeLog	22 Aug 2009 23:22:34 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/openstreetmap-icons
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.5 2009/07/31 06:53:55 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/openstreetmap-icons/ChangeLog,v 1.6 2009/08/22 23:22:34 nerdboy Exp $
+
+  22 Aug 2009; Steve Arnold <nerdboy@gentoo.org>
+  openstreetmap-icons-20090616.ebuild:
+  Updated to improve failure messages, add einfo, and move the map icons 
+  and geodata to a more appropriate place.
 
   31 Jul 2009; Steve Arnold <nerdboy@gentoo.org>
   openstreetmap-icons-20090616.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-22 23:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-31  6:53 [gentoo-commits] gentoo-x86 commit in sci-geosciences/openstreetmap-icons: openstreetmap-icons-20090616.ebuild ChangeLog Steve Arnold (nerdboy)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-22 23:22 Steve Arnold (nerdboy)
2009-06-30  6:58 Alfredo Tupone (tupone)
2009-06-25 20:20 Alfredo Tupone (tupone)
2009-06-22 13:07 Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox