public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libieee1284: ChangeLog libieee1284-0.2.11-r3.ebuild
@ 2013-08-10 20:36 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-10 20:36 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/10 20:36:53

  Modified:             ChangeLog
  Added:                libieee1284-0.2.11-r3.ebuild
  Log:
  Convert to multilib and stack it for medialibs r10
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.34                 sys-libs/libieee1284/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	21 Dec 2012 03:46:01 -0000	1.33
+++ ChangeLog	10 Aug 2013 20:36:53 -0000	1.34
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/libieee1284
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/ChangeLog,v 1.33 2012/12/21 03:46:01 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/ChangeLog,v 1.34 2013/08/10 20:36:53 aballier Exp $
+
+*libieee1284-0.2.11-r3 (10 Aug 2013)
+
+  10 Aug 2013; Alexis Ballier <aballier@gentoo.org>
+  +libieee1284-0.2.11-r3.ebuild:
+  Convert to multilib and stack it for medialibs r10
 
   21 Dec 2012; Mike Frysinger <vapier@gentoo.org> libieee1284-0.2.11-r2.ebuild:
   Only setup python when USE=python #446612 by Elfenbein, Karsten.



1.1                  sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild?rev=1.1&content-type=text/plain

Index: libieee1284-0.2.11-r3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild,v 1.1 2013/08/10 20:36:53 aballier Exp $

EAPI="4"

PYTHON_DEPEND="python? 2"
inherit python multilib-minimal

DESCRIPTION="Library to query devices using IEEE1284"
HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="doc python static-libs"

RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r9
		!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}
	doc? (
		app-text/docbook-sgml-utils
		>=app-text/docbook-sgml-dtd-4.1
		app-text/docbook-dsssl-stylesheets
		dev-perl/XML-RegExp
	)"

DOCS="AUTHORS NEWS README* TODO doc/interface*"

pkg_setup() {
	use python && python_set_active_version 2
}

multilib_src_configure() {
	local myconf="--without-python"
	multilib_is_native_abi && myconf="$(use_with python)"

	ECONF_SOURCE="${S}" econf \
		--enable-shared \
		$(use_enable static-libs static) \
		${myconf}
}

multilib_src_install_all() {
	find "${D}" -name '*.la' -delete
}





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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libieee1284: ChangeLog libieee1284-0.2.11-r3.ebuild
@ 2014-02-24  0:38 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-02-24  0:38 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/02/24 00:38:26

  Modified:             ChangeLog libieee1284-0.2.11-r3.ebuild
  Log:
  x86 stable wrt bug #495962
  
  (Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.36                 sys-libs/libieee1284/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	14 Oct 2013 18:23:50 -0000	1.35
+++ ChangeLog	24 Feb 2014 00:38:25 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/libieee1284
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/ChangeLog,v 1.35 2013/10/14 18:23:50 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/ChangeLog,v 1.36 2014/02/24 00:38:25 phajdan.jr Exp $
+
+  23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  libieee1284-0.2.11-r3.ebuild:
+  x86 stable wrt bug #495962
 
   14 Oct 2013; Michał Górny <mgorny@gentoo.org> libieee1284-0.2.11-r3.ebuild:
   Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug



1.3                  sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild?r1=1.2&r2=1.3

Index: libieee1284-0.2.11-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libieee1284-0.2.11-r3.ebuild	14 Oct 2013 18:23:50 -0000	1.2
+++ libieee1284-0.2.11-r3.ebuild	24 Feb 2014 00:38:25 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild,v 1.2 2013/10/14 18:23:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libieee1284/libieee1284-0.2.11-r3.ebuild,v 1.3 2014/02/24 00:38:25 phajdan.jr Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
 IUSE="doc python static-libs"
 
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r9





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

end of thread, other threads:[~2014-02-24  0:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 20:36 [gentoo-commits] gentoo-x86 commit in sys-libs/libieee1284: ChangeLog libieee1284-0.2.11-r3.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-24  0:38 PaweA Hajdan (phajdan.jr)

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