diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 18:18:13 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 18:18:13 +0000 |
commit | ab238883311a14cfed38b9067765096cdd436c1e (patch) | |
tree | 01ea5edb0b261fcf76087bfbccbf315502c412ef /media-video | |
parent | use java-pkg_dohtml instead of dohtml to also install the package-list in cas... (diff) | |
download | historical-ab238883311a14cfed38b9067765096cdd436c1e.tar.gz historical-ab238883311a14cfed38b9067765096cdd436c1e.tar.bz2 historical-ab238883311a14cfed38b9067765096cdd436c1e.zip |
use java-pkg_dohtml instead of dohtml to also install the package-list in case of api docs: #50740
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/projectx/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/projectx/Manifest | 16 | ||||
-rw-r--r-- | media-video/projectx/projectx-0.81.7.ebuild | 4 |
3 files changed, 20 insertions, 6 deletions
diff --git a/media-video/projectx/ChangeLog b/media-video/projectx/ChangeLog index 2f1c5ee05eca..43abb77deb77 100644 --- a/media-video/projectx/ChangeLog +++ b/media-video/projectx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/projectx # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.4 2004/09/07 16:11:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.5 2004/10/16 18:18:13 axxo Exp $ + + 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> projectx-0.81.7.ebuild: + use java-pkg_dohtml instead of dohtml to also install the package-list in + case of api docs: #50740 07 Sep 2004; <blubb@gentoo.org> projectx-0.81.7.ebuild: added ~amd64 keyword diff --git a/media-video/projectx/Manifest b/media-video/projectx/Manifest index d5233e1cf9ce..f0fd79c05e7d 100644 --- a/media-video/projectx/Manifest +++ b/media-video/projectx/Manifest @@ -1,5 +1,15 @@ -MD5 07504c454167b6038c61bbb10cacc8dc ChangeLog 695 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 37602b8190f519570bbf97643971ad5a projectx-0.81.7.ebuild 1179 +MD5 427eaf1bb467996ba9aa0a605384e6b0 ChangeLog 871 MD5 528b4267eb6de7cfbb5000ac5507f007 metadata.xml 215 -MD5 98cfa147f32d9d7dcfc072ae62e9fffb projectx-0.81.7.ebuild 1171 -MD5 66747c7e41172eca650581213ea161d5 files/build.xml 1069 MD5 af303240d6ff60c3c83a323ea2f4ab73 files/digest-projectx-0.81.7 71 +MD5 66747c7e41172eca650581213ea161d5 files/build.xml 1069 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBcWXt/rLF9B432nYRAvl0AJ0Q4jD8D0NUPgR6zRlY8cY088vAGgCfZVMR +ZFxzGsh85RcnqYWOQhW0GV8= +=KLra +-----END PGP SIGNATURE----- diff --git a/media-video/projectx/projectx-0.81.7.ebuild b/media-video/projectx/projectx-0.81.7.ebuild index 761aea9882a7..52b82f902950 100644 --- a/media-video/projectx/projectx-0.81.7.ebuild +++ b/media-video/projectx/projectx-0.81.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.81.7.ebuild,v 1.4 2004/09/07 16:11:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.81.7.ebuild,v 1.5 2004/10/16 18:18:13 axxo Exp $ inherit java-pkg @@ -42,7 +42,7 @@ src_install() { dodoc Copying *.txt - dohtml -r htmls/ + java-pkg_dohtml -r htmls/ dobin ${MY_PN} } |