diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-07-09 08:19:34 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-07-09 08:19:34 +0000 |
commit | d9c6ee9021c12971763af73e601154947496a91a (patch) | |
tree | 4bb479d4876073a541850274debe5827c30728fa /sys-apps/sg3_utils | |
parent | bump; extend corrections to local imports used in test files, add py3 support (diff) | |
download | gentoo-2-d9c6ee9021c12971763af73e601154947496a91a.tar.gz gentoo-2-d9c6ee9021c12971763af73e601154947496a91a.tar.bz2 gentoo-2-d9c6ee9021c12971763af73e601154947496a91a.zip |
Version bump. Removed old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r-- | sys-apps/sg3_utils/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.35.ebuild | 46 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.37.ebuild | 45 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.38.ebuild | 45 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.39.ebuild | 45 | ||||
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.41.ebuild (renamed from sys-apps/sg3_utils/sg3_utils-1.39-r1.ebuild) | 4 |
6 files changed, 10 insertions, 184 deletions
diff --git a/sys-apps/sg3_utils/ChangeLog b/sys-apps/sg3_utils/ChangeLog index 035fd5868b30..d3328d12443a 100644 --- a/sys-apps/sg3_utils/ChangeLog +++ b/sys-apps/sg3_utils/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/sg3_utils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.127 2015/01/18 08:49:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.128 2015/07/09 08:19:34 polynomial-c Exp $ + +*sg3_utils-1.41 (09 Jul 2015) + + 09 Jul 2015; Lars Wendler <polynomial-c@gentoo.org> -sg3_utils-1.35.ebuild, + -sg3_utils-1.37.ebuild, -sg3_utils-1.38.ebuild, -sg3_utils-1.39.ebuild, + -sg3_utils-1.39-r1.ebuild, +sg3_utils-1.41.ebuild: + Version bump. Removed old. 18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> sg3_utils-1.40.ebuild: Stable for ppc64, wrt bug #535650 diff --git a/sys-apps/sg3_utils/sg3_utils-1.35.ebuild b/sys-apps/sg3_utils/sg3_utils-1.35.ebuild deleted file mode 100644 index a9f9abafb28c..000000000000 --- a/sys-apps/sg3_utils/sg3_utils-1.35.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.35.ebuild,v 1.11 2013/06/02 08:39:20 ago Exp $ - -EAPI="4" - -inherit eutils multilib - -DESCRIPTION="Apps for querying the sg SCSI interface" -HOMEPAGE="http://sg.danny.cz/sg/" -SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" -IUSE="static-libs" - -DEPEND="sys-devel/libtool" -RDEPEND="sys-apps/sdparm" -PDEPEND=">=sys-apps/rescan-scsi-bus-1.24" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.26-stdint.patch -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - dodoc COVERAGE doc/README examples/*.txt - newdoc scripts/README README.scripts - dosbin scripts/scsi* - - # Better fix for bug 231089; some packages look for sgutils2 - local path lib - path="/usr/$(get_libdir)" - for lib in "${D}"/usr/$(get_libdir)/libsgutils2.*; do - lib=${lib##*/} - dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}" - done - - prune_libtool_files -} diff --git a/sys-apps/sg3_utils/sg3_utils-1.37.ebuild b/sys-apps/sg3_utils/sg3_utils-1.37.ebuild deleted file mode 100644 index ca1a41142d72..000000000000 --- a/sys-apps/sg3_utils/sg3_utils-1.37.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.37.ebuild,v 1.12 2014/01/26 12:19:06 ago Exp $ - -EAPI="4" - -inherit eutils multilib - -DESCRIPTION="Apps for querying the sg SCSI interface" -HOMEPAGE="http://sg.danny.cz/sg/" -SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" -IUSE="static-libs" - -DEPEND="sys-devel/libtool" -RDEPEND="" -PDEPEND=">=sys-apps/rescan-scsi-bus-1.24" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.26-stdint.patch -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - dodoc COVERAGE doc/README examples/*.txt - newdoc scripts/README README.scripts - dosbin scripts/scsi* - - # Better fix for bug 231089; some packages look for sgutils2 - local path lib - path="/usr/$(get_libdir)" - for lib in "${ED}"/usr/$(get_libdir)/libsgutils2.*; do - lib=${lib##*/} - dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}" - done - - prune_libtool_files -} diff --git a/sys-apps/sg3_utils/sg3_utils-1.38.ebuild b/sys-apps/sg3_utils/sg3_utils-1.38.ebuild deleted file mode 100644 index 8fe7a3238fa4..000000000000 --- a/sys-apps/sg3_utils/sg3_utils-1.38.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.38.ebuild,v 1.1 2014/04/03 17:53:21 robbat2 Exp $ - -EAPI="4" - -inherit eutils multilib - -DESCRIPTION="Apps for querying the sg SCSI interface" -HOMEPAGE="http://sg.danny.cz/sg/" -SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="static-libs" - -DEPEND="sys-devel/libtool" -RDEPEND="" -PDEPEND=">=sys-apps/rescan-scsi-bus-1.24" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.26-stdint.patch -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - dodoc COVERAGE doc/README examples/*.txt - newdoc scripts/README README.scripts - dosbin scripts/scsi* - - # Better fix for bug 231089; some packages look for sgutils2 - local path lib - path="/usr/$(get_libdir)" - for lib in "${ED}"/usr/$(get_libdir)/libsgutils2.*; do - lib=${lib##*/} - dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}" - done - - prune_libtool_files -} diff --git a/sys-apps/sg3_utils/sg3_utils-1.39.ebuild b/sys-apps/sg3_utils/sg3_utils-1.39.ebuild deleted file mode 100644 index 9d4565fcf45a..000000000000 --- a/sys-apps/sg3_utils/sg3_utils-1.39.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.39.ebuild,v 1.1 2014/08/16 21:14:43 polynomial-c Exp $ - -EAPI="4" - -inherit eutils multilib - -DESCRIPTION="Apps for querying the sg SCSI interface" -HOMEPAGE="http://sg.danny.cz/sg/" -SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="static-libs" - -DEPEND="sys-devel/libtool" -RDEPEND="" -PDEPEND=">=sys-apps/rescan-scsi-bus-1.24" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.26-stdint.patch -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - dodoc COVERAGE doc/README examples/*.txt - newdoc scripts/README README.scripts - dosbin scripts/scsi* - - # Better fix for bug 231089; some packages look for sgutils2 - local path lib - path="/usr/$(get_libdir)" - for lib in "${ED}"/usr/$(get_libdir)/libsgutils2.*; do - lib=${lib##*/} - dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}" - done - - prune_libtool_files -} diff --git a/sys-apps/sg3_utils/sg3_utils-1.39-r1.ebuild b/sys-apps/sg3_utils/sg3_utils-1.41.ebuild index 0e75145b9bb6..97e1ef1de7c8 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.39-r1.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.39-r1.ebuild,v 1.1 2014/09/19 17:52:21 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.41.ebuild,v 1.1 2015/07/09 08:19:34 polynomial-c Exp $ EAPI="4" |