diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-03-05 18:17:03 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-03-05 18:17:03 +0000 |
commit | 5fc90dc7605b15f69eb573dbb069f560e0fd09d3 (patch) | |
tree | 3dbf8976ffac8b502b89f3ecc31ce8a54a417600 /app-office/ooextras | |
parent | forgot the changelog entry (diff) | |
download | gentoo-2-5fc90dc7605b15f69eb573dbb069f560e0fd09d3.tar.gz gentoo-2-5fc90dc7605b15f69eb573dbb069f560e0fd09d3.tar.bz2 gentoo-2-5fc90dc7605b15f69eb573dbb069f560e0fd09d3.zip |
new release
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/ooextras')
-rw-r--r-- | app-office/ooextras/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/ooextras/files/digest-ooextras-20050216 | 1 | ||||
-rw-r--r-- | app-office/ooextras/ooextras-20031206.ebuild | 5 | ||||
-rw-r--r-- | app-office/ooextras/ooextras-20050216.ebuild | 32 |
4 files changed, 43 insertions, 3 deletions
diff --git a/app-office/ooextras/ChangeLog b/app-office/ooextras/ChangeLog index 55c025800b80..3dc11b126656 100644 --- a/app-office/ooextras/ChangeLog +++ b/app-office/ooextras/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/ooextras # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ChangeLog,v 1.2 2005/01/20 11:55:50 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ChangeLog,v 1.3 2005/03/05 18:17:03 suka Exp $ + +*ooextras-20050216 (05 Mar 2005) + + 05 Mar 2005; Andreas Proschofsky <suka@gentoo.org> + ooextras-20031206.ebuild, +ooextras-20050216.ebuild: + New release with lots of new templates 20 Jan 2005; Andreas Proschofsky <suka@gentoo.org> ooextras-20031206.ebuild: diff --git a/app-office/ooextras/files/digest-ooextras-20050216 b/app-office/ooextras/files/digest-ooextras-20050216 new file mode 100644 index 000000000000..4c37577c0f8d --- /dev/null +++ b/app-office/ooextras/files/digest-ooextras-20050216 @@ -0,0 +1 @@ +MD5 2050c81ca24b8e62075a99f6d6dfdce4 ooextras20050216.tgz 16247486 diff --git a/app-office/ooextras/ooextras-20031206.ebuild b/app-office/ooextras/ooextras-20031206.ebuild index 595cedc815e1..bf78ff724966 100644 --- a/app-office/ooextras/ooextras-20031206.ebuild +++ b/app-office/ooextras/ooextras-20031206.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ooextras-20031206.ebuild,v 1.4 2005/01/21 17:40:15 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ooextras-20031206.ebuild,v 1.5 2005/03/05 18:17:03 suka Exp $ DESCRIPTION="OOExtras: Extra Templates for OpenOffice.org!" HOMEPAGE="http://ooextras.sourceforge.net/" @@ -13,7 +13,8 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ~amd64 ~ppc ~sparc" IUSE="" -DEPEND="" +RDEPEND="virtual/ooo" +DEPEND="${RDEPEND}" src_compile() { true # nothing to do diff --git a/app-office/ooextras/ooextras-20050216.ebuild b/app-office/ooextras/ooextras-20050216.ebuild new file mode 100644 index 000000000000..5c7fd9892888 --- /dev/null +++ b/app-office/ooextras/ooextras-20050216.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/ooextras/ooextras-20050216.ebuild,v 1.1 2005/03/05 18:17:03 suka Exp $ + +DESCRIPTION="OOExtras: Extra Templates for OpenOffice.org!" +HOMEPAGE="http://ooextras.sourceforge.net/" +SRC_URI="mirror://sourceforge/ooextras/${PN}${PV}.tgz" + +INSTDIR="/opt/${PN}" +S="${WORKDIR}/downloads" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +IUSE="" +RDEPEND="virtual/ooo" +DEPEND="${RDEPEND}" + +src_compile() { + true # nothing to do +} + +src_install() { + dodir ${INSTDIR} + cp -R -- ${S}/. ${D}/${INSTDIR}/ +} + +pkg_postinst() { + einfo "Please add ${INSTDIR} to your template paths in OpenOffice.org" + einfo "You can do this under:" + einfo "Tools > Options > OpenOffice.org > Paths" +} |