diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-08-03 17:04:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-08-03 17:04:30 +0000 |
commit | 8cbe502d53e4ace51390ea0eb7cf69541bd258cf (patch) | |
tree | 54a977f2609dd21adc1da98ddd26be86b86c7a96 /x11-misc | |
parent | Simplify Makefile. Add some includes, treat realloc the same as malloc. (diff) | |
download | gentoo-2-8cbe502d53e4ace51390ea0eb7cf69541bd258cf.tar.gz gentoo-2-8cbe502d53e4ace51390ea0eb7cf69541bd258cf.tar.bz2 gentoo-2-8cbe502d53e4ace51390ea0eb7cf69541bd258cf.zip |
Install README.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xwit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xwit/xwit-3.4-r1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xwit/ChangeLog b/x11-misc/xwit/ChangeLog index 100ea9847fae..b1d72e48d0fe 100644 --- a/x11-misc/xwit/ChangeLog +++ b/x11-misc/xwit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xwit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.12 2013/08/03 17:01:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.13 2013/08/03 17:04:30 jer Exp $ + + 03 Aug 2013; Jeroen Roovers <jer@gentoo.org> xwit-3.4-r1.ebuild: + Install README. *xwit-3.4-r1 (03 Aug 2013) @@ -42,4 +45,3 @@ 13 Dec 2003; Ian Leitch <port001@gentoo.org> xwit-3.4.ebuild: Initial commit. Thanks to Mathias Gumz <gumz@cs.uni-magdeburg.de> for the ebuild. #29339 - diff --git a/x11-misc/xwit/xwit-3.4-r1.ebuild b/x11-misc/xwit/xwit-3.4-r1.ebuild index 9ef42265d0cc..4b8a51790931 100644 --- a/x11-misc/xwit/xwit-3.4-r1.ebuild +++ b/x11-misc/xwit/xwit-3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4-r1.ebuild,v 1.1 2013/08/03 17:01:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4-r1.ebuild,v 1.2 2013/08/03 17:04:30 jer Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -29,4 +29,5 @@ src_prepare() { src_install() { dobin xwit newman xwit.man xwit.1 + dodoc README } |