diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-04-08 06:06:28 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-04-08 06:06:28 +0000 |
commit | e0659c83a4d6d4aac4f0bd10c45e50544f07bd08 (patch) | |
tree | f8ea3851246151cf72d54070ebb484aac7f03edd /dev-util/gtk-doc-am | |
parent | Stable for HPPA (bug #215735). (diff) | |
download | gentoo-2-e0659c83a4d6d4aac4f0bd10c45e50544f07bd08.tar.gz gentoo-2-e0659c83a4d6d4aac4f0bd10c45e50544f07bd08.tar.bz2 gentoo-2-e0659c83a4d6d4aac4f0bd10c45e50544f07bd08.zip |
dev-util/gtk-doc-am: keep the original name for the m4 macro file (fixes bug #216634)
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'dev-util/gtk-doc-am')
-rw-r--r-- | dev-util/gtk-doc-am/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/gtk-doc-am/gtk-doc-am-1.10-r1.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-util/gtk-doc-am/ChangeLog b/dev-util/gtk-doc-am/ChangeLog index c7bd069a75f3..ede66ddf1d4b 100644 --- a/dev-util/gtk-doc-am/ChangeLog +++ b/dev-util/gtk-doc-am/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/gtk-doc-am # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v 1.2 2008/03/24 15:45:05 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/ChangeLog,v 1.3 2008/04/08 06:06:28 remi Exp $ + +*gtk-doc-am-1.10-r1 (08 Apr 2008) + + 08 Apr 2008; Rémi Cardona <remi@gentoo.org> +gtk-doc-am-1.10-r1.ebuild: + keep the original name for the m4 macro file (fixes bug #216634) 24 Mar 2008; Daniel Gryniewicz <dang@gentoo.org> gtk-doc-am-1.10.ebuild: block gtk-doc-1.10 as well, since -r1 was the first to work with diff --git a/dev-util/gtk-doc-am/gtk-doc-am-1.10-r1.ebuild b/dev-util/gtk-doc-am/gtk-doc-am-1.10-r1.ebuild new file mode 100644 index 000000000000..d2f00f684102 --- /dev/null +++ b/dev-util/gtk-doc-am/gtk-doc-am-1.10-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc-am/gtk-doc-am-1.10-r1.ebuild,v 1.1 2008/04/08 06:06:28 remi Exp $ + +MY_PN="gtk-doc" +MY_P=${MY_PN}-${PV} +DESCRIPTION="Automake files from gtk-doc" +HOMEPAGE="http://www.gtk.org/gtk-doc/" +SRC_URI="mirror://gnome/sources/${MY_PN}/${MY_P}.tar.bz2" + +LICENSE="GPL-2 FDL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" + +DEPEND="${RDEPEND} + !<=dev-utils/gtk-doc-1.10" + +S=${WORKDIR}/${MY_P} + +DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO" + +src_install() { + insinto /usr/share/aclocal + doins gtk-doc.m4 +} |