diff options
-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() { |