diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-14 18:41:50 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-14 18:41:50 +0000 |
commit | 59a8f01299d7b042c0245251bf5bdba91f0dd3d7 (patch) | |
tree | 833fb5273fd80f640b27b4536aad333e3d1618c7 /app-office | |
parent | Fix configure with clang (diff) | |
download | gentoo-2-59a8f01299d7b042c0245251bf5bdba91f0dd3d7.tar.gz gentoo-2-59a8f01299d7b042c0245251bf5bdba91f0dd3d7.tar.bz2 gentoo-2-59a8f01299d7b042c0245251bf5bdba91f0dd3d7.zip |
Revbump as I missed that the dir is not acutally propagated.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-l10n/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-3.5.0-r4.ebuild (renamed from app-office/libreoffice-l10n/libreoffice-l10n-3.5.0-r3.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-office/libreoffice-l10n/ChangeLog b/app-office/libreoffice-l10n/ChangeLog index b3356df670b6..5c57b9ffb4b7 100644 --- a/app-office/libreoffice-l10n/ChangeLog +++ b/app-office/libreoffice-l10n/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/libreoffice-l10n # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.31 2012/02/14 14:56:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.32 2012/02/14 18:41:50 scarabeus Exp $ + +*libreoffice-l10n-3.5.0-r4 (14 Feb 2012) + + 14 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> + -libreoffice-l10n-3.5.0-r3.ebuild, +libreoffice-l10n-3.5.0-r4.ebuild: + Revbump as I missed that the dir is not acutally propagated. *libreoffice-l10n-3.5.0-r3 (14 Feb 2012) diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-3.5.0-r3.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-3.5.0-r4.ebuild index b3e612395526..0ebdcb4d8687 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-3.5.0-r3.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-3.5.0-r4.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-l10n/libreoffice-l10n-3.5.0-r3.ebuild,v 1.1 2012/02/14 14:56:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.0-r4.ebuild,v 1.1 2012/02/14 18:41:50 scarabeus Exp $ EAPI=4 @@ -140,7 +140,7 @@ src_configure() { :; } src_compile() { :; } src_install() { - local dir="${S}"/opt/lodev$(get_version_component_range 1-2 ${MY_PV})/ + local dir="${S}"/opt/${PN/-l10n/}$(get_version_component_range 1-2 ${MY_PV})/ # Condition required for people that do not install anything eg no linguas # or just english with no offlinehelp. if [[ -d "${dir}" ]] ; then |