diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-02-04 11:58:06 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-02-04 11:58:06 +0000 |
commit | f7258966a45ec9c98743c215b99da42a2ecdde91 (patch) | |
tree | a3d51d8077c13b324b2b2fd6f1113d3b4888a39f /sys-libs | |
parent | Bump -6.3 development version (diff) | |
download | gentoo-2-f7258966a45ec9c98743c215b99da42a2ecdde91.tar.gz gentoo-2-f7258966a45ec9c98743c215b99da42a2ecdde91.tar.bz2 gentoo-2-f7258966a45ec9c98743c215b99da42a2ecdde91.zip |
Removed old versions
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libsmbios/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/libsmbios/files/libsmbios-2.2.26-gcc46.patch | 35 | ||||
-rw-r--r-- | sys-libs/libsmbios/libsmbios-2.2.19.ebuild | 67 | ||||
-rw-r--r-- | sys-libs/libsmbios/libsmbios-2.2.26.ebuild | 74 |
4 files changed, 6 insertions, 178 deletions
diff --git a/sys-libs/libsmbios/ChangeLog b/sys-libs/libsmbios/ChangeLog index 4adfe24aa955..6b011d2e5733 100644 --- a/sys-libs/libsmbios/ChangeLog +++ b/sys-libs/libsmbios/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libsmbios -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsmbios/ChangeLog,v 1.43 2012/10/20 18:54:56 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsmbios/ChangeLog,v 1.44 2013/02/04 11:58:06 polynomial-c Exp $ + + 04 Feb 2013; Lars Wendler <polynomial-c@gentoo.org> -libsmbios-2.2.19.ebuild, + -libsmbios-2.2.26.ebuild, -files/libsmbios-2.2.26-gcc46.patch: + Removed old versions. 20 Oct 2012; Raúl Porcel <armin76@gentoo.org> libsmbios-2.2.28.ebuild: ia64 stable wrt #425614 diff --git a/sys-libs/libsmbios/files/libsmbios-2.2.26-gcc46.patch b/sys-libs/libsmbios/files/libsmbios-2.2.26-gcc46.patch deleted file mode 100644 index cc13c8fb9ac5..000000000000 --- a/sys-libs/libsmbios/files/libsmbios-2.2.26-gcc46.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- libsmbios-2.2.26/Makefile.am -+++ libsmbios-2.2.26/Makefile.am -@@ -18,8 +18,8 @@ - TESTS= - - AM_CPPFLAGS = -I$(top_builddir)/out/include -I$(top_srcdir)/src/include -DLIBSMBIOS_LOCALEDIR=\"$(localedir)\" --AM_CFLAGS = -Werror -Wall --AM_CXXFLAGS = -Werror -Wall -+AM_CFLAGS = -Wall -+AM_CXXFLAGS = -Wall - AM_LDADD = $(LIBINTL) - AM_LDFLAGS = -L$(top_builddir)/out/ -Wl,--no-undefined @LDFLAG_AS_NEEDED@ - ---- libsmbios-2.2.26/src/include/smbios/config/compiler/gcc.hpp -+++ libsmbios-2.2.26/src/include/smbios/config/compiler/gcc.hpp -@@ -113,7 +113,7 @@ - # error "Compiler not configured - please reconfigure" - #endif - // --#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5)) -+#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 6)) - # if defined(LIBSMBIOS_ASSERT_CONFIG) - # error "Unknown compiler version - please run the configure tests and report the results" - # else ---- libsmbios-2.2.26/src/include/smbios_c/config/compiler/gcc.h -+++ libsmbios-2.2.26/src/include/smbios_c/config/compiler/gcc.h -@@ -24,7 +24,7 @@ - # error "GCC versions < 2.90 not supported" - #endif - // --#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5)) -+#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 6)) - # if defined(LIBSMBIOS_C_ASSERT_CONFIG) - # error "Unknown compiler version - please run the configure tests and report the results" - # else diff --git a/sys-libs/libsmbios/libsmbios-2.2.19.ebuild b/sys-libs/libsmbios/libsmbios-2.2.19.ebuild deleted file mode 100644 index c34ed53a31d7..000000000000 --- a/sys-libs/libsmbios/libsmbios-2.2.19.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsmbios/libsmbios-2.2.19.ebuild,v 1.6 2012/05/04 07:33:11 jdhore Exp $ - -EAPI=2 - -inherit python flag-o-matic - -DESCRIPTION="Provide access to (SM)BIOS information" -HOMEPAGE="http://linux.dell.com/libsmbios/main/index.html" -SRC_URI="http://linux.dell.com/libsmbios/download/libsmbios/${P}/${P}.tar.bz2" - -LICENSE="GPL-2 OSL-2.0" -SLOT="0" -KEYWORDS="amd64 ia64 x86" -IUSE="doc graphviz nls python static-libs test" - -RDEPEND="dev-libs/libxml2 - sys-libs/zlib - nls? ( virtual/libintl ) - python? ( >=dev-lang/python-2.3 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen ) - graphviz? ( media-gfx/graphviz ) - nls? ( sys-devel/gettext ) - test? ( >=dev-util/cppunit-1.9.6 )" - -src_prepare() { - rm pkg/py-compile - ln -s "$(type -P true)" pkg/py-compile || die -} - -src_configure() { - #Remove -O3 for bug #290097 - replace-flags -O3 -O2 - econf \ - $(use_enable doc doxygen) \ - $(use_enable graphviz) \ - $(use_enable nls) \ - $(use_enable python) \ - $(use_enable static-libs static) || die -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - - rm -rf "${D}etc/yum" - rm -rf "${D}usr/lib/yum-plugins" - - insinto /usr/include/ - doins -r src/include/smbios/ - - dodoc AUTHORS ChangeLog NEWS README TODO - - if ! use static-libs ; then - find "${D}" -name '*.la' -delete || die - fi -} - -pkg_postinst() { - use python && python_mod_optimize /usr/share/smbios-utils -} - -pkg_postrm() { - use python && python_mod_cleanup /usr/share/smbios-utils -} diff --git a/sys-libs/libsmbios/libsmbios-2.2.26.ebuild b/sys-libs/libsmbios/libsmbios-2.2.26.ebuild deleted file mode 100644 index c5ee414b68da..000000000000 --- a/sys-libs/libsmbios/libsmbios-2.2.26.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsmbios/libsmbios-2.2.26.ebuild,v 1.9 2012/05/04 07:33:11 jdhore Exp $ - -EAPI=2 -PYTHON_DEPEND="python? *:2.5" - -inherit eutils python flag-o-matic autotools - -DESCRIPTION="Provide access to (SM)BIOS information" -HOMEPAGE="http://linux.dell.com/libsmbios/main/index.html" -SRC_URI="http://linux.dell.com/libsmbios/download/libsmbios/${P}/${P}.tar.bz2" - -LICENSE="GPL-2 OSL-2.0" -SLOT="0" -KEYWORDS="amd64 ia64 x86" -IUSE="doc graphviz nls python static-libs test" - -RDEPEND="dev-libs/libxml2 - sys-libs/zlib - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen ) - graphviz? ( media-gfx/graphviz ) - nls? ( sys-devel/gettext ) - test? ( >=dev-util/cppunit-1.9.6 )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.2.26-gcc46.patch \ - "${FILESDIR}"/${PN}-fix-pie.patch - rm pkg/py-compile - ln -s "$(type -P true)" pkg/py-compile || die - eautoreconf -} - -src_configure() { - #Remove -O3 for bug #290097 - replace-flags -O3 -O2 - econf \ - $(use_enable doc doxygen) \ - $(use_enable graphviz) \ - $(use_enable nls) \ - $(use_enable python) \ - $(use_enable static-libs static) || die -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - - rm -rf "${D}etc/yum" - rm -rf "${D}usr/lib/yum-plugins" - if ! use python ; then - rmdir "${D}libsmbios_c" "${D}usr/share/smbios-utils" - rm -rf "${D}etc" - fi - - insinto /usr/include/ - doins -r src/include/smbios/ - - dodoc AUTHORS ChangeLog NEWS README TODO - - if ! use static-libs ; then - find "${D}" -name '*.la' -delete || die - fi -} - -pkg_postinst() { - use python && python_mod_optimize /usr/share/smbios-utils -} - -pkg_postrm() { - use python && python_mod_cleanup /usr/share/smbios-utils -} |