public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer (mschiff)" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/zygrib: zygrib-6.1.4.ebuild ChangeLog
Date: Sat,  1 Jun 2013 08:59:57 +0000 (UTC)	[thread overview]
Message-ID: <20130601085957.4671B21710@flycatcher.gentoo.org> (raw)

mschiff     13/06/01 08:59:57

  Modified:             zygrib-6.1.4.ebuild ChangeLog
  Log:
  Remove icon from files/ dir and mirror it manually instead. Fixes #471886
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)

Revision  Changes    Path
1.3                  app-misc/zygrib/zygrib-6.1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/zygrib/zygrib-6.1.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/zygrib/zygrib-6.1.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/zygrib/zygrib-6.1.4.ebuild?r1=1.2&r2=1.3

Index: zygrib-6.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/zygrib/zygrib-6.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zygrib-6.1.4.ebuild	21 May 2013 12:42:58 -0000	1.2
+++ zygrib-6.1.4.ebuild	1 Jun 2013 08:59:57 -0000	1.3
@@ -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/app-misc/zygrib/zygrib-6.1.4.ebuild,v 1.2 2013/05/21 12:42:58 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/zygrib/zygrib-6.1.4.ebuild,v 1.3 2013/06/01 08:59:57 mschiff Exp $
 
 EAPI=5
 
@@ -11,6 +11,7 @@
 DESCRIPTION="GRIB File Viewer - Weather data visualization"
 HOMEPAGE="http://www.zygrib.org/"
 SRC_URI="http://www.zygrib.org/getfile.php?file=${MY_PN}-${PV}.tgz -> ${P}.tgz
+	http://dev.gentoo.org/~mschiff/distfiles/${PN}-icon.png
 	maps?   (
 		http://zygrib.org/getfile.php?file=zyGrib_maps2.4.tgz -> zygrib-maps2.4.tgz
 		http://www.zygrib.org/getfile.php?file=cities_1k-3k.txt.gz -> zygrib-cities_1k-3k.txt.gz
@@ -40,25 +41,10 @@
 	sed -i 's,INSTALLDIR=$(HOME)/zyGrib,INSTALLDIR=$(DESTDIR)/opt/zyGrib,' Makefile
 }
 
-#Maps
-#cd /opt/zyGrib/data/
-#sudo wget http://zygrib.org/getfile.php?file=zyGrib_maps2.tgz
-#sudo tar -xvvzf getfile.php?file=zyGrib_maps2.tgz
-#sudo chown -R root:root maps/*
-#sudo rm -rf getfile.php?file=zyGrib_maps2.tgz
-##Cities
-#cd ./gis
-#sudo wget http://www.zygrib.org/getfile.php?file=cities_1k-3k.txt.gz
-#sudo wget http://www.zygrib.org/getfile.php?file=cities_300-1k.txt.gz
-#sudo wget http://www.zygrib.org/getfile.php?file=cities_0-300.txt.gz
-#sudo mv getfile.php?file=cities_1k-3k.txt.gz cities_1k-3k.txt.gz
-#sudo mv getfile.php?file=cities_300-1k.txt.gz cities_300-1k.txt.gz
-#sudo mv getfile.php?file=cities_0-300.txt.gz cities_0-300.txt.gz
-
 src_install() {
 	default
 	rm zyGrib
-	doicon -s 32 "${FILESDIR}/zygrib.png"
+	doicon -s 32 "${DISTDIR}/zygrib-icon.png"
 	make_wrapper "${PN}" "./bin/${MY_PN}" "/opt/${MY_PN}"
 	domenu "${FILESDIR}/zygrib.desktop"
 



1.3                  app-misc/zygrib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/zygrib/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/zygrib/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/zygrib/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/zygrib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 May 2013 12:42:58 -0000	1.2
+++ ChangeLog	1 Jun 2013 08:59:57 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/zygrib
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/zygrib/ChangeLog,v 1.2 2013/05/21 12:42:58 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/zygrib/ChangeLog,v 1.3 2013/06/01 08:59:57 mschiff Exp $
+
+  01 Jun 2013; Marc Schiffbauer <mschiff@gentoo.org> -files/zygrib.png,
+  zygrib-6.1.4.ebuild:
+  Remove icon from files/ dir and mirror it manually instead. Fixes #471886
 
   21 May 2013; Marc Schiffbauer <mschiff@gentoo.org> zygrib-6.1.4.ebuild:
   Updated coastline maps to 2.4





             reply	other threads:[~2013-06-01  9:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-01  8:59 Marc Schiffbauer (mschiff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-21 12:42 [gentoo-commits] gentoo-x86 commit in app-misc/zygrib: zygrib-6.1.4.ebuild ChangeLog Marc Schiffbauer (mschiff)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130601085957.4671B21710@flycatcher.gentoo.org \
    --to=mschiff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox