diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-07-31 05:57:23 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-07-31 05:57:23 +0000 |
commit | 86d4550aa218d622d1b3f9d6ed3f522736dd437c (patch) | |
tree | adcebc1b6b15302c91d2b6da4e2fea235706a04f | |
parent | Version bump. (diff) | |
download | gentoo-2-86d4550aa218d622d1b3f9d6ed3f522736dd437c.tar.gz gentoo-2-86d4550aa218d622d1b3f9d6ed3f522736dd437c.tar.bz2 gentoo-2-86d4550aa218d622d1b3f9d6ed3f522736dd437c.zip |
Remove old.
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
-rw-r--r-- | dev-util/umockdev/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/umockdev/files/umockdev-0.2.1-make.patch | 38 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.2.1.ebuild | 29 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.2.11.ebuild | 26 | ||||
-rw-r--r-- | dev-util/umockdev/umockdev-0.3.ebuild | 26 |
5 files changed, 6 insertions, 120 deletions
diff --git a/dev-util/umockdev/ChangeLog b/dev-util/umockdev/ChangeLog index 8ee25b6ca7b2..6bb5d502ea2b 100644 --- a/dev-util/umockdev/ChangeLog +++ b/dev-util/umockdev/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/umockdev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.7 2013/07/31 05:54:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.8 2013/07/31 05:57:23 radhermit Exp $ + + 31 Jul 2013; Tim Harder <radhermit@gentoo.org> -umockdev-0.2.1.ebuild, + -umockdev-0.2.11.ebuild, -umockdev-0.3.ebuild, + -files/umockdev-0.2.1-make.patch: + Remove old. *umockdev-0.4.1 (31 Jul 2013) diff --git a/dev-util/umockdev/files/umockdev-0.2.1-make.patch b/dev-util/umockdev/files/umockdev-0.2.1-make.patch deleted file mode 100644 index fcaa42729df3..000000000000 --- a/dev-util/umockdev/files/umockdev-0.2.1-make.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- umockdev-0.2.1/Makefile.am -+++ umockdev-0.2.1/Makefile.am -@@ -41,21 +41,7 @@ - # use this for running Python tests - PYTEST = $(TESTS_ENVIRONMENT) $(PYTHON) -Wd -Werror::PendingDeprecationWarning -Werror::DeprecationWarning - --AM_CFLAGS = \ -- -Werror=missing-prototypes \ -- -Werror=strict-prototypes \ -- -Werror=nested-externs \ -- -Werror=pointer-arith \ -- -Werror=implicit-function-declaration \ -- -Werror=pointer-arith \ -- -Werror=init-self \ -- -Werror=format-security \ -- -Werror=format=2 \ -- -Werror=missing-include-dirs \ -- -Werror=unused-variable \ -- -Werror=return-type \ -- -Werror=uninitialized \ -- -Wall -+AM_CFLAGS = -Wall - - # this allows us to use regexp literals without warnings - AM_VALAFLAGS = --enable-experimental -@@ -82,9 +68,9 @@ - - # this is an LD_PRELOAD library, so remove static library and libtool wrappers - libumockdev-preload-install-hook: -- rm $(DESTDIR)$(libdir)/libumockdev-preload.a -- rm $(DESTDIR)$(libdir)/libumockdev-preload.so -- rm $(DESTDIR)$(libdir)/libumockdev-preload.la -+ rm -f $(DESTDIR)$(libdir)/libumockdev-preload.a -+ rm -f $(DESTDIR)$(libdir)/libumockdev-preload.so -+ rm -f $(DESTDIR)$(libdir)/libumockdev-preload.la - - libumockdev-preload-uninstall-hook: - rm $(DESTDIR)$(libdir)/libumockdev-preload.so.* diff --git a/dev-util/umockdev/umockdev-0.2.1.ebuild b/dev-util/umockdev/umockdev-0.2.1.ebuild deleted file mode 100644 index 1561a7f045db..000000000000 --- a/dev-util/umockdev/umockdev-0.2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.2.1.ebuild,v 1.3 2013/03/16 00:26:00 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) - -inherit python-any-r1 autotools-utils - -DESCRIPTION="Mock hardware devices for creating unit tests" -HOMEPAGE="https://github.com/martinpitt/umockdev/" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV:0:5}/+download/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" - -RDEPEND="virtual/udev[gudev] - >=dev-libs/glib-2.32:2" -DEPEND="${RDEPEND} - test? ( ${PYTHON_DEPS} ) - app-arch/xz-utils - virtual/pkgconfig" - -RESTRICT="test" - -PATCHES=( "${FILESDIR}"/${P}-make.patch ) -AUTOTOOLS_AUTORECONF=1 diff --git a/dev-util/umockdev/umockdev-0.2.11.ebuild b/dev-util/umockdev/umockdev-0.2.11.ebuild deleted file mode 100644 index 9daf688564dc..000000000000 --- a/dev-util/umockdev/umockdev-0.2.11.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.2.11.ebuild,v 1.1 2013/07/04 00:34:13 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) - -inherit python-any-r1 autotools-utils - -DESCRIPTION="Mock hardware devices for creating unit tests" -HOMEPAGE="https://github.com/martinpitt/umockdev/" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" - -RDEPEND="virtual/udev[gudev] - >=dev-libs/glib-2.32:2" -DEPEND="${RDEPEND} - test? ( ${PYTHON_DEPS} ) - app-arch/xz-utils - virtual/pkgconfig" - -RESTRICT="test" diff --git a/dev-util/umockdev/umockdev-0.3.ebuild b/dev-util/umockdev/umockdev-0.3.ebuild deleted file mode 100644 index f1f3b9547511..000000000000 --- a/dev-util/umockdev/umockdev-0.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.3.ebuild,v 1.1 2013/07/15 04:33:58 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) - -inherit python-any-r1 autotools-utils - -DESCRIPTION="Mock hardware devices for creating unit tests" -HOMEPAGE="https://github.com/martinpitt/umockdev/" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" - -RDEPEND="virtual/udev[gudev] - >=dev-libs/glib-2.32:2" -DEPEND="${RDEPEND} - test? ( ${PYTHON_DEPS} ) - app-arch/xz-utils - virtual/pkgconfig" - -RESTRICT="test" |