public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/libscrypt: libscrypt-1.20.ebuild ChangeLog
@ 2015-01-08 17:59 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-01-08 17:59 UTC (permalink / raw
  To: gentoo-commits

blueness    15/01/08 17:59:15

  Modified:             ChangeLog
  Added:                libscrypt-1.20.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.3                  app-crypt/libscrypt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Jan 2015 17:55:14 -0000	1.2
+++ ChangeLog	8 Jan 2015 17:59:15 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/libscrypt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.2 2015/01/08 17:55:14 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.3 2015/01/08 17:59:15 blueness Exp $
+
+*libscrypt-1.20 (08 Jan 2015)
+
+  08 Jan 2015; Anthony G. Basile <blueness@gentoo.org> +libscrypt-1.20.ebuild:
+  Version bump
 
   08 Jan 2015; Anthony G. Basile <blueness@gentoo.org> libscrypt-1.19.ebuild:
   Keyword ~arm ~ppc ~ppc64.  Needed for net-misc/tor.



1.1                  app-crypt/libscrypt/libscrypt-1.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild?rev=1.1&content-type=text/plain

Index: libscrypt-1.20.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v 1.1 2015/01/08 17:59:15 blueness Exp $

EAPI=5

inherit flag-o-matic multilib toolchain-funcs

DESCRIPTION="Shared library to impliment the scrypt algorithm.  See http://www.tarsnap.com/scrypt.html."
HOMEPAGE="https://github.com/technion/libscrypt"
SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_compile() {
	export PREFIX=/usr
	export LIBDIR=${PREFIX}/$(get_libdir)
	export CC=$(tc-getCC)
	export CFLAGS="$CFLAGS -fPIC"
	export LDFLAGS="$LDFLAGS -Wl,-soname,libscrypt.so.0 -Wl,--version-script=libscrypt.version"
	export CFLAGS_EXTRA=
	emake
}





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

* [gentoo-commits] gentoo-x86 commit in app-crypt/libscrypt: libscrypt-1.20.ebuild ChangeLog
@ 2015-04-09 16:56 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-04-09 16:56 UTC (permalink / raw
  To: gentoo-commits

blueness    15/04/09 16:56:38

  Modified:             libscrypt-1.20.ebuild ChangeLog
  Log:
  Stable on arm, ppc and ppc64.  Bug #545940.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.3                  app-crypt/libscrypt/libscrypt-1.20.ebuild

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

Index: libscrypt-1.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libscrypt-1.20.ebuild	9 Jan 2015 20:39:51 -0000	1.2
+++ libscrypt-1.20.ebuild	9 Apr 2015 16:56:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v 1.2 2015/01/09 20:39:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v 1.3 2015/04/09 16:56:38 blueness Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ~mips ppc ppc64 ~x86"
 IUSE=""
 
 DEPEND=""



1.5                  app-crypt/libscrypt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	9 Jan 2015 20:39:51 -0000	1.4
+++ ChangeLog	9 Apr 2015 16:56:38 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/libscrypt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.4 2015/01/09 20:39:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.5 2015/04/09 16:56:38 blueness Exp $
+
+  09 Apr 2015; Anthony G. Basile <blueness@gentoo.org> libscrypt-1.20.ebuild:
+  Stable on arm, ppc and ppc64.  Bug #545940.
 
   09 Jan 2015; Anthony G. Basile <blueness@gentoo.org> libscrypt-1.19.ebuild,
   libscrypt-1.20.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in app-crypt/libscrypt: libscrypt-1.20.ebuild ChangeLog
@ 2015-04-10  9:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-10  9:51 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/10 09:51:25

  Modified:             libscrypt-1.20.ebuild ChangeLog
  Log:
  Stable for amd64/x86/sparc, wrt bug #545940
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-crypt/libscrypt/libscrypt-1.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild?r1=1.3&r2=1.4

Index: libscrypt-1.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libscrypt-1.20.ebuild	9 Apr 2015 16:56:38 -0000	1.3
+++ libscrypt-1.20.ebuild	10 Apr 2015 09:51:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v 1.3 2015/04/09 16:56:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v 1.4 2015/04/10 09:51:25 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~mips ppc ppc64 ~x86"
+KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=""



1.6                  app-crypt/libscrypt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	9 Apr 2015 16:56:38 -0000	1.5
+++ ChangeLog	10 Apr 2015 09:51:25 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/libscrypt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.5 2015/04/09 16:56:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.6 2015/04/10 09:51:25 ago Exp $
+
+  10 Apr 2015; Agostino Sarubbo <ago@gentoo.org> libscrypt-1.20.ebuild:
+  Stable for amd64/x86/sparc, wrt bug #545940
 
   09 Apr 2015; Anthony G. Basile <blueness@gentoo.org> libscrypt-1.20.ebuild:
   Stable on arm, ppc and ppc64.  Bug #545940.





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

end of thread, other threads:[~2015-04-10  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09 16:56 [gentoo-commits] gentoo-x86 commit in app-crypt/libscrypt: libscrypt-1.20.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-10  9:51 Agostino Sarubbo (ago)
2015-01-08 17:59 Anthony G. Basile (blueness)

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