diff options
author | Torsten Veller <tove@gentoo.org> | 2008-06-05 21:26:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-06-05 21:26:46 +0000 |
commit | 3c01cceb965d0514adf563671cc1fc3137d0ff5b (patch) | |
tree | e55bd0a15e2d0dbc3519d684f8c5b820f0289574 /x11-misc | |
parent | Added the KDE 4.0.5 version of kdeartwork-wallpapers. (diff) | |
download | gentoo-2-3c01cceb965d0514adf563671cc1fc3137d0ff5b.tar.gz gentoo-2-3c01cceb965d0514adf563671cc1fc3137d0ff5b.tar.bz2 gentoo-2-3c01cceb965d0514adf563671cc1fc3137d0ff5b.zip |
Add useful docs.
(Portage version: 2.1.5.4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/remind/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/remind/remind-03.01.05.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/remind/ChangeLog b/x11-misc/remind/ChangeLog index 7f440f142fb9..809d0e31593e 100644 --- a/x11-misc/remind/ChangeLog +++ b/x11-misc/remind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/remind # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.29 2008/04/17 10:39:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/ChangeLog,v 1.30 2008/06/05 21:26:46 tove Exp $ + + 05 Jun 2008; Torsten Veller <tove@gentoo.org> remind-03.01.05.ebuild: + Add useful docs. *remind-03.01.05 (17 Apr 2008) diff --git a/x11-misc/remind/remind-03.01.05.ebuild b/x11-misc/remind/remind-03.01.05.ebuild index 32c425875c00..28b971164428 100644 --- a/x11-misc/remind/remind-03.01.05.ebuild +++ b/x11-misc/remind/remind-03.01.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.01.05.ebuild,v 1.1 2008/04/17 10:39:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.01.05.ebuild,v 1.2 2008/06/05 21:26:46 tove Exp $ MY_P=${P/_beta/-BETA-} @@ -25,7 +25,7 @@ src_install() { emake DESTDIR="${D}" install || die "make install failed" dobin www/rem2html || die "dobin failed" - dodoc README COPYRIGHT WINDOWS www/README.* || die "dodoc failed" + dodoc docs/WHATSNEW examples/defs.rem www/README.* || die "dodoc failed" if ! use tk ; then rm "${D}"/usr/bin/tkremind "${D}"/usr/share/man/man1/tkremind* \ |