public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/sdl2-gfx: sdl2-gfx-1.0.0-r1.ebuild ChangeLog
@ 2014-04-18 21:08 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2014-04-18 21:08 UTC (permalink / raw
  To: gentoo-commits

hasufell    14/04/18 21:08:00

  Modified:             ChangeLog
  Added:                sdl2-gfx-1.0.0-r1.ebuild
  Log:
  add multilib support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)

Revision  Changes    Path
1.2                  media-libs/sdl2-gfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	22 Nov 2013 21:17:26 -0000	1.1
+++ ChangeLog	18 Apr 2014 21:08:00 -0000	1.2
@@ -1,10 +1,14 @@
 # ChangeLog for media-libs/sdl2-gfx
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/ChangeLog,v 1.1 2013/11/22 21:17:26 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/ChangeLog,v 1.2 2014/04/18 21:08:00 hasufell Exp $
+
+*sdl2-gfx-1.0.0-r1 (18 Apr 2014)
+
+  18 Apr 2014; Julian Ospald <hasufell@gentoo.org> +sdl2-gfx-1.0.0-r1.ebuild:
+  add multilib support
 
 *sdl2-gfx-1.0.0 (22 Nov 2013)
 
   22 Nov 2013; Julian Ospald <hasufell@gentoo.org> +sdl2-gfx-1.0.0.ebuild,
   +metadata.xml:
   initial import
-



1.1                  media-libs/sdl2-gfx/sdl2-gfx-1.0.0-r1.ebuild

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

Index: sdl2-gfx-1.0.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/sdl2-gfx-1.0.0-r1.ebuild,v 1.1 2014/04/18 21:08:00 hasufell Exp $

EAPI=5
inherit eutils multilib-minimal

MY_P="${P/sdl2-/SDL2_}"
DESCRIPTION="Graphics drawing primitives library for SDL2"
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
SRC_URI="http://www.ferzkopp.net/Software/SDL2_gfx/${MY_P}.tar.gz"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc mmx static-libs"

DEPEND="media-libs/libsdl2[video,${MULTILIB_USEDEP}]"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

src_prepare() {
	sed -i \
		-e 's/ -O / /' \
		configure || die
}

multilib_src_configure() {
	ECONF_SOURCE="${S}" econf \
		$(use_enable mmx) \
		$(use_enable static-libs static)
}

multilib_src_install_all() {
	use doc && dohtml -r Docs/html/*
	prune_libtool_files
}





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

* [gentoo-commits] gentoo-x86 commit in media-libs/sdl2-gfx: sdl2-gfx-1.0.0-r1.ebuild ChangeLog
@ 2014-06-18 19:53 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 19:53 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/18 19:53:13

  Modified:             sdl2-gfx-1.0.0-r1.ebuild ChangeLog
  Log:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  media-libs/sdl2-gfx/sdl2-gfx-1.0.0-r1.ebuild

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

Index: sdl2-gfx-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/sdl2-gfx-1.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdl2-gfx-1.0.0-r1.ebuild	18 Apr 2014 21:08:00 -0000	1.1
+++ sdl2-gfx-1.0.0-r1.ebuild	18 Jun 2014 19:53:13 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/sdl2-gfx-1.0.0-r1.ebuild,v 1.1 2014/04/18 21:08:00 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/sdl2-gfx-1.0.0-r1.ebuild,v 1.2 2014/06/18 19:53:13 mgorny Exp $
 
 EAPI=5
 inherit eutils multilib-minimal
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="doc mmx static-libs"
 
-DEPEND="media-libs/libsdl2[video,${MULTILIB_USEDEP}]"
+DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}



1.3                  media-libs/sdl2-gfx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	18 Apr 2014 21:08:00 -0000	1.2
+++ ChangeLog	18 Jun 2014 19:53:13 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/sdl2-gfx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/ChangeLog,v 1.2 2014/04/18 21:08:00 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl2-gfx/ChangeLog,v 1.3 2014/06/18 19:53:13 mgorny Exp $
+
+  18 Jun 2014; Michał Górny <mgorny@gentoo.org> sdl2-gfx-1.0.0-r1.ebuild:
+  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+  #513718.
 
 *sdl2-gfx-1.0.0-r1 (18 Apr 2014)
 





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

end of thread, other threads:[~2014-06-18 19:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 21:08 [gentoo-commits] gentoo-x86 commit in media-libs/sdl2-gfx: sdl2-gfx-1.0.0-r1.ebuild ChangeLog Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-18 19:53 Michal Gorny (mgorny)

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