public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/
Date: Wed, 19 Aug 2015 02:43:56 +0000 (UTC)	[thread overview]
Message-ID: <1439952152.73215ac4c4f916a49fd3f1ed69c2c8a4f0bdadcf.vapier@gentoo> (raw)

commit:     73215ac4c4f916a49fd3f1ed69c2c8a4f0bdadcf
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 02:41:23 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 02:42:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73215ac4

sys-libs/cracklib: version bump to 2.9.6

 sys-libs/cracklib/Manifest              |   1 +
 sys-libs/cracklib/cracklib-2.9.6.ebuild | 105 ++++++++++++++++++++++++++++++++
 2 files changed, 106 insertions(+)

diff --git a/sys-libs/cracklib/Manifest b/sys-libs/cracklib/Manifest
index 4423851..66b748f 100644
--- a/sys-libs/cracklib/Manifest
+++ b/sys-libs/cracklib/Manifest
@@ -1,3 +1,4 @@
 DIST cracklib-2.9.1.tar.gz 635123 SHA256 408905c2539a97dc8cbbb6d7cd2046cb5647a345b4bda399220d9471be16d156 SHA512 19b1d38dfcfce98893e6a63e4387a8da9da1eae109d9d84e0f84adabc0ee25fac930576011fb60de007f59f7dea2ee0bb01fd6d8607d4854b7de006ec07a4b2a WHIRLPOOL ff3a71cb81535dde5ad63f51f9c8d5807c91ff5394e8336bac69708357804b8efc7816b2cfe32529777f18e9ba50c22af054b8d5ccff3d4b837a92d85b64dc80
 DIST cracklib-2.9.4.tar.gz 622478 SHA256 f2a866b4b9808344228ea6d68b69e3ba9a8a99210e23dfd718d4b95c60be8958 SHA512 4c94af41d5734e737576221620236951c083f45a7a8061d22ec174c283b91bf64b781ee8dddb91f459f5008ca70f1adfe59c311f082a7a7fecd5214705512a63 WHIRLPOOL 2d9fe10dbc50a45ec3e295e7c5aee3e327f1d7728811c33693bafcffad833e953a4425c4aac7c2556b75aa84a76b1a81bbfd2210d47555086cc4ddd5fd1f7eee
 DIST cracklib-2.9.5.tar.gz 622499 SHA256 59ab0138bc8cf90cccb8509b6969a024d5e58d2d02bcbdccbb9ba9b88be3fa33 SHA512 2362419deb9024b8d761f8349210a25c3182568bb4a4ecf59b1f221ad0c9bd6049fb26eafe853d55b50dcca5f66c695d58b432c70d14054db704ca28a68aa2e2 WHIRLPOOL 72210f50de508fcc70566aabce303c0d1cb09da71385808a2c50808bf8a894b16210633b492f6cd702af51024da0a5850a36e9b5a7542a1313b93bd350f53c35
+DIST cracklib-2.9.6.tar.gz 642402 SHA256 17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343 SHA512 2b09672e5b412d670e7ed911ebf0c0023fe2901ea05c9c02eefb7a58a13cddbc27a65d75bb20be9f8cebf4c90a9a56dfe1a3b656dff62b1d6048f5376e671786 WHIRLPOOL 2b7b908952166e07aedfca7d17423a8dff0ec145a5f34a7ec01571cb591f0e92e57dd25ab6ffff15f1ec276bfefa455072fc7741e664115a4fafdd7f75d580e1

diff --git a/sys-libs/cracklib/cracklib-2.9.6.ebuild b/sys-libs/cracklib/cracklib-2.9.6.ebuild
new file mode 100644
index 0000000..b430d45
--- /dev/null
+++ b/sys-libs/cracklib/cracklib-2.9.6.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_OPTIONAL=1
+
+inherit eutils distutils-r1 libtool multilib-minimal toolchain-funcs
+
+MY_P=${P/_}
+DESCRIPTION="Password Checking Library"
+HOMEPAGE="https://github.com/cracklib/cracklib/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint"
+IUSE="nls python static-libs test zlib"
+
+RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+	python? (
+		dev-python/setuptools[${PYTHON_USEDEP}]
+		test? ( dev-python/nose[${PYTHON_USEDEP}] )
+	)"
+RDEPEND="${RDEPEND}
+	abi_x86_32? (
+		!<=app-emulation/emul-linux-x86-baselibs-20140508-r6
+		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+	)"
+
+S=${WORKDIR}/${MY_P}
+
+do_python() {
+	multilib_is_native_abi || return 0
+	use python || return 0
+	pushd python > /dev/null || die
+	distutils-r1_src_${EBUILD_PHASE}
+	popd > /dev/null
+}
+
+pkg_setup() {
+	# workaround #195017
+	if has unmerge-orphans ${FEATURES} && has_version "<${CATEGORY}/${PN}-2.8.10" ; then
+		eerror "Upgrade path is broken with FEATURES=unmerge-orphans"
+		eerror "Please run: FEATURES=-unmerge-orphans emerge cracklib"
+		die "Please run: FEATURES=-unmerge-orphans emerge cracklib"
+	fi
+}
+
+src_prepare() {
+	elibtoolize #269003
+	do_python
+}
+
+multilib_src_configure() {
+	export ac_cv_header_zlib_h=$(usex zlib)
+	export ac_cv_search_gzopen=$(usex zlib -lz no)
+	# use /usr/lib so that the dictionary is shared between ABIs
+	ECONF_SOURCE=${S} \
+	econf \
+		--with-default-dict='/usr/lib/cracklib_dict' \
+		--without-python \
+		$(use_enable nls) \
+		$(use_enable static-libs static)
+}
+
+multilib_src_compile() {
+	default
+	do_python
+}
+
+multilib_src_test() {
+	do_python
+}
+
+python_test() {
+	nosetests -w "${S}"/python || die "Tests fail with ${EPYTHON}"
+}
+
+multilib_src_install() {
+	default
+	# move shared libs to /
+	multilib_is_native_abi && gen_usr_ldscript -a crack
+
+	do_python
+}
+
+multilib_src_install_all() {
+	einstalldocs
+	prune_libtool_files
+	rm -r "${ED}"/usr/share/cracklib
+
+	insinto /usr/share/dict
+	doins dicts/cracklib-small || die
+}
+
+pkg_postinst() {
+	if [[ ${ROOT} == "/" ]] ; then
+		ebegin "Regenerating cracklib dictionary"
+		create-cracklib-dict "${EPREFIX}"/usr/share/dict/* > /dev/null
+		eend $?
+	fi
+}


             reply	other threads:[~2015-08-19  2:44 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-19  2:43 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-19  2:43 [gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/ Mike Frysinger
2016-05-25  5:25 Jeroen Roovers
2016-05-25  6:29 Matt Turner
2016-05-26 20:05 Lars Wendler
2016-05-27 12:46 Lars Wendler
2016-06-04  4:52 Markus Meier
2016-09-16  8:39 Agostino Sarubbo
2016-09-16 17:15 Tobias Klausmann
2016-09-19 13:32 Jeroen Roovers
2016-09-24 19:18 Markus Meier
2016-09-29  8:40 Agostino Sarubbo
2016-09-29  9:35 Agostino Sarubbo
2016-09-29 12:35 Agostino Sarubbo
2016-09-29 13:28 Agostino Sarubbo
2016-12-07  8:32 Mike Frysinger
2016-12-07  8:32 Mike Frysinger
2017-01-29 20:14 Fabian Groffen
2017-05-26 22:54 David Seifert
2017-05-29 18:09 Mike Gilbert
2017-05-29 18:45 Mike Gilbert
2017-05-29 18:45 Mike Gilbert
2019-02-23 11:07 Lars Wendler
2019-03-05  9:16 Lars Wendler
2019-05-04 11:16 Mikle Kolyada
2019-05-04 22:19 Andreas K. Hüttel
2019-11-30 15:04 Thomas Deutschmann
2019-12-01 11:35 Sergei Trofimovich
2019-12-01 11:42 Sergei Trofimovich
2019-12-01 13:56 Sergei Trofimovich
2019-12-01 14:01 Sergei Trofimovich
2019-12-01 14:31 Agostino Sarubbo
2019-12-01 15:38 Thomas Deutschmann
2019-12-02  0:19 Aaron Bauman
2019-12-02  9:56 Mikle Kolyada
2019-12-02  9:56 Mikle Kolyada
2019-12-02  9:56 Mikle Kolyada
2019-12-02  9:56 Mikle Kolyada
2019-12-03 10:21 Agostino Sarubbo
2019-12-09  3:05 Matt Turner
2020-05-07 17:58 Michał Górny
2020-12-27 18:20 Fabian Groffen
2020-12-28 17:27 Mike Gilbert
2021-01-06 15:35 Fabian Groffen
2021-05-09 12:53 David Seifert
2021-05-23 13:57 Michał Górny
2021-05-29 19:03 David Seifert
2022-05-05  2:40 WANG Xuerui
2022-09-05  1:06 Sam James
2022-11-18  3:13 Sam James
2022-11-18  3:13 Sam James
2022-11-18  3:13 Sam James
2022-11-18  3:13 Sam James
2022-11-18  3:13 Sam James
2022-11-18  3:13 Sam James
2022-11-18  3:13 Sam James
2022-11-18  3:13 Sam James
2022-12-26  8:35 Sam James
2023-03-16 22:01 Sam James
2023-04-02 21:39 Sam James
2023-04-19  9:43 Sam James
2023-04-19  9:43 Sam James
2023-04-19  9:45 Sam James
2023-04-19  9:49 Sam James
2023-04-19  9:49 Sam James
2023-04-19 10:16 Arthur Zamarin
2023-04-19 10:16 Arthur Zamarin
2023-04-19 11:07 Sam James
2023-06-01  3:29 Sam James
2023-07-13 17:44 Mike Gilbert
2024-08-29  2:10 Sam James
2024-10-05 11:12 Sam James
2024-10-05 12:03 Arthur Zamarin
2024-10-05 12:10 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-09  0:06 Jakov Smolić
2024-10-10 11:04 Arthur Zamarin
2024-10-13 11:06 Sam James
2024-10-30 22:09 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1439952152.73215ac4c4f916a49fd3f1ed69c2c8a4f0bdadcf.vapier@gentoo \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox