public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/uulib: uulib-0.5.20-r1.ebuild ChangeLog
@ 2014-10-11 18:30 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-10-11 18:30 UTC (permalink / raw
  To: gentoo-commits

dilfridge    14/10/11 18:30:40

  Modified:             ChangeLog
  Added:                uulib-0.5.20-r1.ebuild
  Log:
  Add patch to also build and install a shared object, needed for bug 268307
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)

Revision  Changes    Path
1.22                 dev-libs/uulib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uulib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	11 Mar 2014 19:49:51 -0000	1.21
+++ ChangeLog	11 Oct 2014 18:30:40 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/uulib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uulib/ChangeLog,v 1.21 2014/03/11 19:49:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uulib/ChangeLog,v 1.22 2014/10/11 18:30:40 dilfridge Exp $
+
+*uulib-0.5.20-r1 (11 Oct 2014)
+
+  11 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+  +uulib-0.5.20-r1.ebuild, +files/uulib-0.5.20-shared.patch:
+  Add patch to also build and install a shared object, needed for bug 268307
 
   11 Mar 2014; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Cleanup due #53266



1.1                  dev-libs/uulib/uulib-0.5.20-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/uulib-0.5.20-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/uulib-0.5.20-r1.ebuild?rev=1.1&content-type=text/plain

Index: uulib-0.5.20-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/uulib/uulib-0.5.20-r1.ebuild,v 1.1 2014/10/11 18:30:40 dilfridge Exp $

EAPI=5

inherit eutils toolchain-funcs

MY_P=uudeview-${PV}

DESCRIPTION="Library that supports Base64 (MIME), uuencode, xxencode and binhex coding"
HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""

S=${WORKDIR}/${MY_P}/${PN}

src_prepare() {
	epatch "${FILESDIR}/${P}-shared.patch"
	sed -i 's:\<ar\>:$(AR):' Makefile.in || die
	tc-export AR CC RANLIB
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/uulib: uulib-0.5.20-r1.ebuild ChangeLog
@ 2014-10-11 20:19 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-10-11 20:19 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/10/11 20:19:46

  Modified:             uulib-0.5.20-r1.ebuild ChangeLog
  Log:
  Add ~ppc64 keyword wrt bug #268307
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.2                  dev-libs/uulib/uulib-0.5.20-r1.ebuild

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

Index: uulib-0.5.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uulib/uulib-0.5.20-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uulib-0.5.20-r1.ebuild	11 Oct 2014 18:30:40 -0000	1.1
+++ uulib-0.5.20-r1.ebuild	11 Oct 2014 20:19:46 -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/dev-libs/uulib/uulib-0.5.20-r1.ebuild,v 1.1 2014/10/11 18:30:40 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uulib/uulib-0.5.20-r1.ebuild,v 1.2 2014/10/11 20:19:46 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}/${PN}



1.23                 dev-libs/uulib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/uulib/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uulib/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	11 Oct 2014 18:30:40 -0000	1.22
+++ ChangeLog	11 Oct 2014 20:19:46 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/uulib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uulib/ChangeLog,v 1.22 2014/10/11 18:30:40 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uulib/ChangeLog,v 1.23 2014/10/11 20:19:46 zlogene Exp $
+
+  11 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> uulib-0.5.20-r1.ebuild:
+  Add ~ppc64 keyword wrt bug #268307
 
 *uulib-0.5.20-r1 (11 Oct 2014)
 





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

end of thread, other threads:[~2014-10-11 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11 20:19 [gentoo-commits] gentoo-x86 commit in dev-libs/uulib: uulib-0.5.20-r1.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-11 18:30 Andreas HAttel (dilfridge)

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