summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-11 22:24:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-11 22:24:52 +0000
commit8d65572b6ac60698e8a96bdcd2660d43d0d5e20c (patch)
tree2f115072191f1d855bcb65f1e0cfd0379e5a46cf /sys-fs/traydevice
parentMute warning about textrel, bug 465160 (diff)
downloadgentoo-2-8d65572b6ac60698e8a96bdcd2660d43d0d5e20c.tar.gz
gentoo-2-8d65572b6ac60698e8a96bdcd2660d43d0d5e20c.tar.bz2
gentoo-2-8d65572b6ac60698e8a96bdcd2660d43d0d5e20c.zip
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)
Diffstat (limited to 'sys-fs/traydevice')
-rw-r--r--sys-fs/traydevice/ChangeLog7
-rw-r--r--sys-fs/traydevice/traydevice-1.6.2-r1.ebuild6
2 files changed, 10 insertions, 3 deletions
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 <ssuominen@gentoo.org>
+ 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
}