summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-03 13:59:19 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-03 13:59:19 +0000
commit92b2b81ce7840a839d3af85712275a6817bc29a1 (patch)
treee163f09f4ecfbb66cbd174bcafd427f1f707bee8 /x11-misc
parentFix DESCRIPTION. (diff)
downloadgentoo-2-92b2b81ce7840a839d3af85712275a6817bc29a1.tar.gz
gentoo-2-92b2b81ce7840a839d3af85712275a6817bc29a1.tar.bz2
gentoo-2-92b2b81ce7840a839d3af85712275a6817bc29a1.zip
Do not install man path. Do install README and idle script.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xssstate/ChangeLog6
-rw-r--r--x11-misc/xssstate/files/xssstate-1.0.20130103-gentoo.patch2
-rw-r--r--x11-misc/xssstate/xssstate-1.0.20130103.ebuild3
3 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/xssstate/ChangeLog b/x11-misc/xssstate/ChangeLog
index 0b2a2dd2a9ca..890c36fd2477 100644
--- a/x11-misc/xssstate/ChangeLog
+++ b/x11-misc/xssstate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xssstate
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xssstate/ChangeLog,v 1.3 2013/01/03 13:43:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xssstate/ChangeLog,v 1.4 2013/01/03 13:59:19 jer Exp $
+
+ 03 Jan 2013; Jeroen Roovers <jer@gentoo.org> xssstate-1.0.20130103.ebuild,
+ files/xssstate-1.0.20130103-gentoo.patch:
+ Do not install man path. Do install README and idle script.
03 Jan 2013; Jeroen Roovers <jer@gentoo.org> xssstate-1.0.20130103.ebuild:
Fix DESCRIPTION.
diff --git a/x11-misc/xssstate/files/xssstate-1.0.20130103-gentoo.patch b/x11-misc/xssstate/files/xssstate-1.0.20130103-gentoo.patch
index 7569764d5803..b951afe91a88 100644
--- a/x11-misc/xssstate/files/xssstate-1.0.20130103-gentoo.patch
+++ b/x11-misc/xssstate/files/xssstate-1.0.20130103-gentoo.patch
@@ -55,7 +55,7 @@
+ mkdir -p ${DESTDIR}${PREFIX}/bin
+ cp -f xssstate ${DESTDIR}${PREFIX}/bin
+ chmod 755 ${DESTDIR}${PREFIX}/bin/xssstate
-+ mkdir -p ${DESTDIR}${MANPREFIX}/man1
++# mkdir -p ${DESTDIR}${MANPREFIX}/man1
+# @sed "s/VERSION/${VERSION}/g" < xssstate.1 > ${DESTDIR}${MANPREFIX}/man1/xssstate.1
+# @chmod 644 ${DESTDIR}${MANPREFIX}/man1/xssstate.1
diff --git a/x11-misc/xssstate/xssstate-1.0.20130103.ebuild b/x11-misc/xssstate/xssstate-1.0.20130103.ebuild
index 9d9ee7429500..f1a2848ee39b 100644
--- a/x11-misc/xssstate/xssstate-1.0.20130103.ebuild
+++ b/x11-misc/xssstate/xssstate-1.0.20130103.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 GentooFoundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xssstate/xssstate-1.0.20130103.ebuild,v 1.3 2013/01/03 13:43:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xssstate/xssstate-1.0.20130103.ebuild,v 1.4 2013/01/03 13:59:19 jer Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -32,4 +32,5 @@ src_prepare() {
src_install() {
emake DESTDIR="${D}" PREFIX='/usr' install
+ dodoc README xsidle.sh
}