diff options
author | Anant Narayanan <anant@gentoo.org> | 2007-08-04 21:47:22 +0000 |
---|---|---|
committer | Anant Narayanan <anant@gentoo.org> | 2007-08-04 21:47:22 +0000 |
commit | 0b6cb12f7442f938d80f992855c8d4142daad63a (patch) | |
tree | ff32b0f81f24e1c4b69f72915dcdfd248097471c /app-doc | |
parent | Version bump for bug 183127. (diff) | |
download | gentoo-2-0b6cb12f7442f938d80f992855c8d4142daad63a.tar.gz gentoo-2-0b6cb12f7442f938d80f992855c8d4142daad63a.tar.bz2 gentoo-2-0b6cb12f7442f938d80f992855c8d4142daad63a.zip |
Install latex style files too. (Bug #187743)
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doc++/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/doc++/doc++-3.4.10-r3.ebuild | 43 | ||||
-rw-r--r-- | app-doc/doc++/files/digest-doc++-3.4.10-r3 | 3 |
3 files changed, 52 insertions, 1 deletions
diff --git a/app-doc/doc++/ChangeLog b/app-doc/doc++/ChangeLog index b90247ad09d4..bb09952e6c08 100644 --- a/app-doc/doc++/ChangeLog +++ b/app-doc/doc++/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-doc/doc++ # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doc++/ChangeLog,v 1.23 2007/07/04 17:46:15 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doc++/ChangeLog,v 1.24 2007/08/04 21:47:21 anant Exp $ + +*doc++-3.4.10-r3 (02 Aug 2007) + + 02 Aug 2007; Anant Narayanan <anant@gentoo.org> +doc++-3.4.10-r3.ebuild: + Install latex style files too. (Bug #187743) 04 Jul 2007; Christoph Mende <angelos@gentoo.org> doc++-3.4.10-r2.ebuild: Stable on amd64 wrt bug #169429 diff --git a/app-doc/doc++/doc++-3.4.10-r3.ebuild b/app-doc/doc++/doc++-3.4.10-r3.ebuild new file mode 100644 index 000000000000..d16d044b3255 --- /dev/null +++ b/app-doc/doc++/doc++-3.4.10-r3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/doc++/doc++-3.4.10-r3.ebuild,v 1.1 2007/08/04 21:47:21 anant Exp $ + +inherit eutils + +DESCRIPTION="Documentation system for C, C++, IDL and Java" +HOMEPAGE="http://docpp.sourceforge.net/" +SRC_URI="mirror://sourceforge/docpp/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 sparc x86" +IUSE="" + +RDEPEND="virtual/libc" + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/flex.patch + sed -i -e "s/locale.alias//g" ${S}/intl/Makefile.in +} + +src_compile() { + econf || die + emake all || die +} + +src_install() { + make install DESTDIR="${D}" || die + dodoc CREDITS INSTALL NEWS PLATFORMS REPORTING-BUGS + + #Install Latex style file + insinto /usr/share/${PN} + doins doc/*.sty +} + +pkg_postinst() { + einfo " " + einfo "The latex style files for doc++ may be found in " + einfo "/usr/share/doc++ " + einfo " " +} diff --git a/app-doc/doc++/files/digest-doc++-3.4.10-r3 b/app-doc/doc++/files/digest-doc++-3.4.10-r3 new file mode 100644 index 000000000000..f82ec0260e77 --- /dev/null +++ b/app-doc/doc++/files/digest-doc++-3.4.10-r3 @@ -0,0 +1,3 @@ +MD5 095c7a3a822f00a33033b8bb40147445 doc++-3.4.10.tar.gz 408887 +RMD160 85b14d32e2932ceb465f1bab16eb8389cd22d72d doc++-3.4.10.tar.gz 408887 +SHA256 f69e23d643e0b01c8fc84eb33ee067a397798a01bddd0f8916653c443bfd6744 doc++-3.4.10.tar.gz 408887 |