diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2011-04-13 12:40:50 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2011-04-13 12:40:50 +0000 |
commit | f32e8e650d978d9d548e7ac4128ec6d252980f32 (patch) | |
tree | 163cec896798e78476d2b394e2f1bfd39adeab77 /net-nds | |
parent | Fixed broken translations, icons and help files. Fixed doc-installation (bug ... (diff) | |
download | gentoo-2-f32e8e650d978d9d548e7ac4128ec6d252980f32.tar.gz gentoo-2-f32e8e650d978d9d548e7ac4128ec6d252980f32.tar.bz2 gentoo-2-f32e8e650d978d9d548e7ac4128ec6d252980f32.zip |
Fixed broken translations, icons and help files.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/gosa-plugin-samba/ChangeLog | 8 | ||||
-rw-r--r-- | net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild | 48 |
2 files changed, 55 insertions, 1 deletions
diff --git a/net-nds/gosa-plugin-samba/ChangeLog b/net-nds/gosa-plugin-samba/ChangeLog index 8b7710e86743..236f04aded5e 100644 --- a/net-nds/gosa-plugin-samba/ChangeLog +++ b/net-nds/gosa-plugin-samba/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-nds/gosa-plugin-samba # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-samba/ChangeLog,v 1.4 2011/03/01 06:49:22 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-samba/ChangeLog,v 1.5 2011/04/13 12:40:50 dev-zero Exp $ + +*gosa-plugin-samba-2.6.12-r1 (13 Apr 2011) + + 13 Apr 2011; Tiziano Müller <dev-zero@gentoo.org> + +gosa-plugin-samba-2.6.12-r1.ebuild: + Fixed broken translations, icons and help files. *gosa-plugin-samba-2.6.12 (01 Mar 2011) diff --git a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild new file mode 100644 index 000000000000..cfd1eac53e5f --- /dev/null +++ b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild,v 1.1 2011/04/13 12:40:50 dev-zero Exp $ + +EAPI=4 + +MY_P="${P/plugin/plugins}" + +DESCRIPTION="GOsa plugin for Samba integration" +HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart." +SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2 + http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2 + ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 + http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 " + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="~net-nds/gosa-core-${PV} + ~net-nds/gosa-plugin-systems-${PV}" + +S="${WORKDIR}/${MY_P}" +GOSA_COMPONENT="${PN/gosa-plugin-}" + +src_install() { + insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/ + doins -r html/* + + insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/ + doins -r locale/* + + insinto /usr/share/gosa/plugins + doins -r admin personal + + insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/ + doins -r help/* + + dodoc contrib/* +} + +pkg_postinst() { + ebegin "Updating class cache and locales" + "${EROOT}"usr/sbin/update-gosa + eend $? +} |