diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-05-13 21:34:32 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-05-13 21:34:32 +0000 |
commit | 001bc44752bf9a5262e7dcad78cbade84c2946d7 (patch) | |
tree | 9c41a49cab56a5b963f3ff349fa7c72c632203a9 /app-office | |
parent | Dont usually generate debug info for binfilter code; update branding a bit :) (diff) | |
download | gentoo-2-001bc44752bf9a5262e7dcad78cbade84c2946d7.tar.gz gentoo-2-001bc44752bf9a5262e7dcad78cbade84c2946d7.tar.bz2 gentoo-2-001bc44752bf9a5262e7dcad78cbade84c2946d7.zip |
Minor detail
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-3.5.3.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index acc46c8bd532..9ac7ac1a9f91 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.313 2012/05/13 21:27:01 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.314 2012/05/13 21:34:32 dilfridge Exp $ + + 13 May 2012; Andreas K. Huettel <dilfridge@gentoo.org> + libreoffice-3.5.3.2.ebuild: + Minor detail 13 May 2012; Andreas K. Huettel <dilfridge@gentoo.org> libreoffice-3.5.9999.ebuild, libreoffice-9999-r2.ebuild, metadata.xml: diff --git a/app-office/libreoffice/libreoffice-3.5.3.2.ebuild b/app-office/libreoffice/libreoffice-3.5.3.2.ebuild index 7e7a7f944298..3c109a31e3c0 100644 --- a/app-office/libreoffice/libreoffice-3.5.3.2.ebuild +++ b/app-office/libreoffice/libreoffice-3.5.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.3.2.ebuild,v 1.8 2012/05/10 13:51:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.3.2.ebuild,v 1.9 2012/05/13 21:34:32 dilfridge Exp $ EAPI=4 @@ -23,7 +23,7 @@ DEV_URI=" EXT_URI="http://ooo.itc.hu/oxygenoffice/download/libreoffice" ADDONS_URI="http://dev-www.libreoffice.org/src/" -BRANDING="${PN}-branding-gentoo-0.4.tar.xz" +BRANDING="${PN}-branding-gentoo-0.5.tar.xz" # PATCHSET="${P}-patchset-01.tar.xz" [[ ${PV} == *9999* ]] && SCM_ECLASS="git-2" @@ -32,7 +32,7 @@ unset SCM_ECLASS DESCRIPTION="LibreOffice, a full office productivity suite." HOMEPAGE="http://www.libreoffice.org" -SRC_URI="branding? ( http://dev.gentooexperimental.org/~scarabeus/${BRANDING} )" +SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )" [[ -n ${PATCHSET} ]] && SRC_URI+=" http://dev.gentooexperimental.org/~scarabeus/${PATCHSET}" # Split modules following git/tarballs |