diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-06 16:51:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-06 16:51:28 +0000 |
commit | 51700aa57a2c9a1b4e06f2efd3c658e00c0cb631 (patch) | |
tree | a3210aab12e276e1fa3cb7cceb5abf7746b3994b /sys-apps | |
parent | Update s-s-d syntax wrt #373883 by Azamat H. Hackimov (diff) | |
download | gentoo-2-51700aa57a2c9a1b4e06f2efd3c658e00c0cb631.tar.gz gentoo-2-51700aa57a2c9a1b4e06f2efd3c658e00c0cb631.tar.bz2 gentoo-2-51700aa57a2c9a1b4e06f2efd3c658e00c0cb631.zip |
Fix broken symlink to ChangeLog wrt #385753 by Michał Bartoszkiewicz
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/help2man/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/help2man/help2man-1.40.4.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-apps/help2man/ChangeLog b/sys-apps/help2man/ChangeLog index a873521a55d0..ad35e5a1082a 100644 --- a/sys-apps/help2man/ChangeLog +++ b/sys-apps/help2man/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/help2man # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.63 2011/09/22 15:05:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.64 2011/10/06 16:51:28 ssuominen Exp $ + + 06 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> help2man-1.40.4.ebuild: + Fix broken symlink to ChangeLog wrt #385753 by Michał Bartoszkiewicz 22 Sep 2011; Diego E. Pettenò <flameeyes@gentoo.org> help2man-1.38.2.ebuild, help2man-1.40.4.ebuild: diff --git a/sys-apps/help2man/help2man-1.40.4.ebuild b/sys-apps/help2man/help2man-1.40.4.ebuild index b062770c6b8a..5545ffbf3114 100644 --- a/sys-apps/help2man/help2man-1.40.4.ebuild +++ b/sys-apps/help2man/help2man-1.40.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.40.4.ebuild,v 1.2 2011/09/22 15:05:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.40.4.ebuild,v 1.3 2011/10/06 16:51:28 ssuominen Exp $ EAPI="4" @@ -24,9 +24,12 @@ DEPEND="${RDEPEND} dev-perl/Locale-gettext ) )" +DOCS=( debian/changelog NEWS README THANKS ) #385753 + src_prepare() { - epatch "${FILESDIR}"/${PN}-1.36.4-respect-LDFLAGS.patch - epatch "${FILESDIR}"/${PN}-1.38.4-linguas.patch + epatch \ + "${FILESDIR}"/${PN}-1.36.4-respect-LDFLAGS.patch \ + "${FILESDIR}"/${PN}-1.38.4-linguas.patch } src_configure() { |