From 8d65572b6ac60698e8a96bdcd2660d43d0d5e20c Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 11 May 2013 22:24:52 +0000 Subject: Remove duplicate readme.txt and rely on LICENSE instead of installing it to live filesystem. Build only for python2_7. (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) --- sys-fs/traydevice/ChangeLog | 7 ++++++- sys-fs/traydevice/traydevice-1.6.2-r1.ebuild | 6 ++++-- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'sys-fs/traydevice') diff --git a/sys-fs/traydevice/ChangeLog b/sys-fs/traydevice/ChangeLog index 4a5546d570ca..e36f9fc869f0 100644 --- a/sys-fs/traydevice/ChangeLog +++ b/sys-fs/traydevice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/traydevice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.10 2013/05/11 22:18:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.11 2013/05/11 22:24:52 ssuominen Exp $ + + 11 May 2013; Samuli Suominen + traydevice-1.6.2-r1.ebuild: + Remove duplicate readme.txt and rely on LICENSE instead of installing it to + live filesystem. Build only for python2_7. *traydevice-1.6.2-r1 (11 May 2013) diff --git a/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild b/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild index a407ab873263..a899fe1c2032 100644 --- a/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild +++ b/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v 1.1 2013/05/11 22:18:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild,v 1.2 2013/05/11 22:24:52 ssuominen Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 @@ -33,4 +33,6 @@ python_install() { --install-data=/usr/share/${PN} \ --install-man=/usr/share/man \ --docbook2man=docbook2man.pl + + rm -f "${ED}"/usr/share/${PN}/doc/*.txt } -- cgit v1.2.3-65-gdbad