diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-03-13 19:17:11 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-03-13 19:17:11 +0000 |
commit | 37c2e1b817f78a19bfee6bb131157ee9f529382e (patch) | |
tree | 10dd0ec61126665a69eacfc8480c5848c943c47d | |
parent | Old. (diff) | |
download | gentoo-2-37c2e1b817f78a19bfee6bb131157ee9f529382e.tar.gz gentoo-2-37c2e1b817f78a19bfee6bb131157ee9f529382e.tar.bz2 gentoo-2-37c2e1b817f78a19bfee6bb131157ee9f529382e.zip |
Old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r-- | x11-misc/read-edid/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/read-edid/files/read-edid-3.0.0-include.patch | 11 | ||||
-rw-r--r-- | x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch | 10 | ||||
-rw-r--r-- | x11-misc/read-edid/read-edid-2.0.0-r1.ebuild | 27 | ||||
-rw-r--r-- | x11-misc/read-edid/read-edid-3.0.0.ebuild | 28 |
5 files changed, 6 insertions, 77 deletions
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog index 065e5ec654df..d56d9969926d 100644 --- a/x11-misc/read-edid/ChangeLog +++ b/x11-misc/read-edid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/read-edid # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.32 2015/02/25 15:43:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.33 2015/03/13 19:17:11 jer Exp $ + + 13 Mar 2015; Jeroen Roovers <jer@gentoo.org> -read-edid-2.0.0-r1.ebuild, + -read-edid-3.0.0.ebuild, -files/read-edid-3.0.0-include.patch, + -files/read-edid-3.0.0-sharedir.patch: + Old. 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> read-edid-3.0.1.ebuild: Stable for x86, wrt bug #538340 diff --git a/x11-misc/read-edid/files/read-edid-3.0.0-include.patch b/x11-misc/read-edid/files/read-edid-3.0.0-include.patch deleted file mode 100644 index de3b6dbabc22..000000000000 --- a/x11-misc/read-edid/files/read-edid-3.0.0-include.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/get-edid/classic.c -+++ b/get-edid/classic.c -@@ -6,6 +6,8 @@ - #include <assert.h> - #include <string.h> - #include <sys/types.h> -+#include <sys/io.h> /* iopl() */ -+#include <unistd.h> /* ioperm()/iopl() */ - - #include <libx86.h> - diff --git a/x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch b/x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch deleted file mode 100644 index bbce6914532c..000000000000 --- a/x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -12,5 +12,5 @@ - endif () - add_subdirectory (parse-edid) - --INSTALL(FILES get-edid.man DESTINATION man) --INSTALL(FILES AUTHORS ChangeLog COPYING NEWS README DESTINATION doc) -+INSTALL(FILES get-edid.1 DESTINATION share/man/man1) -+INSTALL(FILES AUTHORS ChangeLog NEWS README DESTINATION share/doc/read-edid-3.0.0) diff --git a/x11-misc/read-edid/read-edid-2.0.0-r1.ebuild b/x11-misc/read-edid/read-edid-2.0.0-r1.ebuild deleted file mode 100644 index cc8397f32a3f..000000000000 --- a/x11-misc/read-edid/read-edid-2.0.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-2.0.0-r1.ebuild,v 1.3 2011/11/17 18:44:44 phajdan.jr Exp $ - -DESCRIPTION="Program that can get information from a PnP monitor" -HOMEPAGE="http://www.polypux.org/projects/read-edid/" -SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="" -DEPEND=">=dev-libs/libx86-1.1" -RDEPEND="$DEPEND" - -src_compile() { - econf --mandir=/usr/share/man || die "configure failed" - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - # as per bug #283322 - dobin parse-edid || die "failed to install parse-edid binary" - rm "${D}"/usr/sbin/parse-edid - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/x11-misc/read-edid/read-edid-3.0.0.ebuild b/x11-misc/read-edid/read-edid-3.0.0.ebuild deleted file mode 100644 index 70d10d8739e8..000000000000 --- a/x11-misc/read-edid/read-edid-3.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-3.0.0.ebuild,v 1.2 2013/09/07 15:38:48 jer Exp $ - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="Program that can get information from a PnP monitor" -HOMEPAGE="http://www.polypux.org/projects/read-edid/" -SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -DEPEND=">=dev-libs/libx86-1.1" -RDEPEND="$DEPEND" - -DOCS=( AUTHORS ChangeLog NEWS README ) -PATCHES=( - "${FILESDIR}"/${P}-include.patch - "${FILESDIR}"/${P}-sharedir.patch -) - -src_prepare() { - mv get-edid.man get-edid.1 || die - cmake-utils_src_prepare -} |