public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/viewnior: ChangeLog viewnior-1.3.ebuild
@ 2012-06-14  7:47 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-06-14  7:47 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/06/14 07:47:37

  Modified:             ChangeLog
  Added:                viewnior-1.3.ebuild
  Log:
  Version bump (bug #405901). Update to EAPI 4.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 media-gfx/viewnior/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	23 Apr 2012 17:36:25 -0000	1.12
+++ ChangeLog	14 Jun 2012 07:47:36 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/viewnior
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.12 2012/04/23 17:36:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.13 2012/06/14 07:47:36 radhermit Exp $
+
+*viewnior-1.3 (14 Jun 2012)
+
+  14 Jun 2012; Tim Harder <radhermit@gentoo.org> +viewnior-1.3.ebuild:
+  Version bump (bug #405901). Update to EAPI 4.
 
   23 Apr 2012; Michał Górny <mgorny@gentoo.org> viewnior-1.1.ebuild:
   Use mirror:// in SRC_URI.



1.1                  media-gfx/viewnior/viewnior-1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/viewnior-1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/viewnior-1.3.ebuild?rev=1.1&content-type=text/plain

Index: viewnior-1.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/viewnior-1.3.ebuild,v 1.1 2012/06/14 07:47:36 radhermit Exp $

EAPI="4"
inherit fdo-mime gnome2-utils

DESCRIPTION="Fast and simple image viewer"
HOMEPAGE="http://xsisqox.github.com/Viewnior/index.html"
SRC_URI="mirror://github/xsisqox/Viewnior/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-libs/glib:2
	>=x11-libs/gtk+-2.20:2
	x11-misc/shared-mime-info"
RDEPEND="${DEPEND}"

DOCS="AUTHORS ChangeLog* NEWS README TODO"

pkg_preinst() {
	gnome2_icon_savelist
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	gnome2_icon_cache_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	gnome2_icon_cache_update
}






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/viewnior: ChangeLog viewnior-1.3.ebuild
@ 2013-02-02  3:33 Alex Alexander (wired)
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Alexander (wired) @ 2013-02-02  3:33 UTC (permalink / raw
  To: gentoo-commits

wired       13/02/02 03:33:51

  Modified:             ChangeLog viewnior-1.3.ebuild
  Log:
  fixed underlinking bug #454230
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)

Revision  Changes    Path
1.14                 media-gfx/viewnior/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	14 Jun 2012 07:47:36 -0000	1.13
+++ ChangeLog	2 Feb 2013 03:33:51 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/viewnior
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.13 2012/06/14 07:47:36 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.14 2013/02/02 03:33:51 wired Exp $
+
+  02 Feb 2013; Alex Alexander <wired@gentoo.org> viewnior-1.3.ebuild:
+  fixed underlinking bug #454230
 
 *viewnior-1.3 (14 Jun 2012)
 



1.2                  media-gfx/viewnior/viewnior-1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/viewnior-1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/viewnior-1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/viewnior/viewnior-1.3.ebuild?r1=1.1&r2=1.2

Index: viewnior-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/viewnior/viewnior-1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- viewnior-1.3.ebuild	14 Jun 2012 07:47:36 -0000	1.1
+++ viewnior-1.3.ebuild	2 Feb 2013 03:33:51 -0000	1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/viewnior-1.3.ebuild,v 1.1 2012/06/14 07:47:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/viewnior-1.3.ebuild,v 1.2 2013/02/02 03:33:51 wired Exp $
 
 EAPI="4"
-inherit fdo-mime gnome2-utils
+inherit fdo-mime gnome2-utils autotools
 
 DESCRIPTION="Fast and simple image viewer"
 HOMEPAGE="http://xsisqox.github.com/Viewnior/index.html"
@@ -21,6 +21,14 @@
 
 DOCS="AUTHORS ChangeLog* NEWS README TODO"
 
+src_prepare() {
+	# fix for bug #454230
+	sed -r -i "s:(PKG_CHECK_MODULES):AC_CHECK_LIB([m],[cos])\n\n\1:" configure.ac
+	sed -r -i "/^SHAVE_INIT/d" configure.ac
+
+	eautoreconf
+}
+
 pkg_preinst() {
 	gnome2_icon_savelist
 }





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

end of thread, other threads:[~2013-02-02  3:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14  7:47 [gentoo-commits] gentoo-x86 commit in media-gfx/viewnior: ChangeLog viewnior-1.3.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-02  3:33 Alex Alexander (wired)

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