From f1be648d383d345dc9731fa57da8ef42d3b16858 Mon Sep 17 00:00:00 2001 From: Hoang Minh Thang Date: Fri, 24 Feb 2012 13:35:19 +0700 Subject: update b2u, do some cleanup --- app-office/b2uconverter/ChangeLog | 0 app-office/b2uconverter/Manifest | 6 ++++-- .../b2uconverter/b2uconverter-10.01.04.ebuild | 23 ++++++++++++++++++++++ .../b2uconverter/b2uconverter-10.01.3.ebuild | 23 ---------------------- .../b2uconverter/b2uconverter-10.01.4.ebuild | 23 ---------------------- app-office/b2uconverter/b2uconverter-10.02.ebuild | 23 ++++++++++++++++++++++ 6 files changed, 50 insertions(+), 48 deletions(-) delete mode 100644 app-office/b2uconverter/ChangeLog create mode 100644 app-office/b2uconverter/b2uconverter-10.01.04.ebuild delete mode 100644 app-office/b2uconverter/b2uconverter-10.01.3.ebuild delete mode 100644 app-office/b2uconverter/b2uconverter-10.01.4.ebuild create mode 100644 app-office/b2uconverter/b2uconverter-10.02.ebuild (limited to 'app-office') diff --git a/app-office/b2uconverter/ChangeLog b/app-office/b2uconverter/ChangeLog deleted file mode 100644 index e69de29..0000000 diff --git a/app-office/b2uconverter/Manifest b/app-office/b2uconverter/Manifest index 72387b5..142a1f3 100644 --- a/app-office/b2uconverter/Manifest +++ b/app-office/b2uconverter/Manifest @@ -1,2 +1,4 @@ -DIST b2uconverter-10.01.4.oxt 63105 RMD160 90ffe2282029e3c378cb965316cb61168a1035db SHA1 b36df46cc3a9cefbb1c94246ded2d7f6b16654b6 SHA256 f419e898a107342e0b52a9c4d0f96760ce0b856dc6ed85678eade4a8a4795f77 -EBUILD b2uconverter-10.01.4.ebuild 706 RMD160 86a60e0e113972fa1393ee68d41b64dcf102897c SHA1 a531e9abdb6be40e3bf16287330a4a48a2848d5c SHA256 dcb4538f25c7c13e2534d1a4d8c744cef3bf85f95d2c481ef9fd38c2a6f94ece +DIST b2uconverter-10.01.04.oxt 63105 RMD160 90ffe2282029e3c378cb965316cb61168a1035db SHA1 b36df46cc3a9cefbb1c94246ded2d7f6b16654b6 SHA256 f419e898a107342e0b52a9c4d0f96760ce0b856dc6ed85678eade4a8a4795f77 +DIST b2uconverter-10.02.oxt 65017 RMD160 641488db4fbd476f5adb3f99e9c345b1c6052667 SHA1 d5b017a54759d2836cbcd05f6d0674609f23cefb SHA256 4d56f8784965af5c222ec538c8d70091d65f7d41c3d6405c2441caac33201358 +EBUILD b2uconverter-10.01.04.ebuild 672 RMD160 1fab4300fee61d685a06537fadf33534e6e6ca77 SHA1 27b44c414b22ff5e6fa8c2b45dd2c5796941ffe4 SHA256 6d13957db146f915dd96a68c4bb4d7deb2af8f921254f7979588a53c652b2029 +EBUILD b2uconverter-10.02.ebuild 672 RMD160 1fab4300fee61d685a06537fadf33534e6e6ca77 SHA1 27b44c414b22ff5e6fa8c2b45dd2c5796941ffe4 SHA256 6d13957db146f915dd96a68c4bb4d7deb2af8f921254f7979588a53c652b2029 diff --git a/app-office/b2uconverter/b2uconverter-10.01.04.ebuild b/app-office/b2uconverter/b2uconverter-10.01.04.ebuild new file mode 100644 index 0000000..a4c9bb7 --- /dev/null +++ b/app-office/b2uconverter/b2uconverter-10.01.04.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +inherit multilib + +DESCRIPTION="Converting documents from old Vietnamese encodings to Unicode" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/${PN}/" +SRC_URI="http://extensions.libreoffice.org/extension-center/${PN}/releases/${PV}/${PN}-${PV}.oxt" +INSTDIR="/usr/$(get_libdir)/libreoffice/share/extensions/${PN}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ppc -sparc x86" +IUSE="" +RDEPEND="virtual/ooo" +DEPEND="${RDEPEND}" + +src_compile() { +unzip ${DISTDIR}/${PN}-${PV}.oxt -d ${WORKDIR} +} +src_install() { + insinto "${INSTDIR}" + doins -r ${WORKDIR}/* +} diff --git a/app-office/b2uconverter/b2uconverter-10.01.3.ebuild b/app-office/b2uconverter/b2uconverter-10.01.3.ebuild deleted file mode 100644 index abe48d4..0000000 --- a/app-office/b2uconverter/b2uconverter-10.01.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -inherit multilib - -DESCRIPTION="Converting documents from old Vietnamese encodings to Unicode" -HOMEPAGE="http://extensions.libreoffice.org/extension-center/b2uconverter/" -SRC_URI="http://github.com/downloads/myguidingstar/B2Uconverter/B2UConverter.oxt" -INSTDIR="/usr/$(get_libdir)/libreoffice/share/extensions/${PN}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc -sparc x86" -IUSE="" -RDEPEND="virtual/ooo" -DEPEND="${RDEPEND}" - -src_compile() { -unzip ${DISTDIR}/B2UConverter.oxt -d ${WORKDIR} -} -src_install() { - insinto "${INSTDIR}" - doins -r ${WORKDIR}/* -} diff --git a/app-office/b2uconverter/b2uconverter-10.01.4.ebuild b/app-office/b2uconverter/b2uconverter-10.01.4.ebuild deleted file mode 100644 index cfb84b2..0000000 --- a/app-office/b2uconverter/b2uconverter-10.01.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -inherit multilib - -DESCRIPTION="Converting documents from old Vietnamese encodings to Unicode" -HOMEPAGE="http://extensions.libreoffice.org/extension-center/b2uconverter/" -SRC_URI="http://extensions.libreoffice.org/extension-center/b2uconverter/releases/10.01.4/b2uconverter-10.01.4.oxt" -INSTDIR="/usr/$(get_libdir)/libreoffice/share/extensions/${PN}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc -sparc x86" -IUSE="" -RDEPEND="virtual/ooo" -DEPEND="${RDEPEND}" - -src_compile() { -unzip ${DISTDIR}/b2uconverter-10.01.4.oxt -d ${WORKDIR} -} -src_install() { - insinto "${INSTDIR}" - doins -r ${WORKDIR}/* -} diff --git a/app-office/b2uconverter/b2uconverter-10.02.ebuild b/app-office/b2uconverter/b2uconverter-10.02.ebuild new file mode 100644 index 0000000..a4c9bb7 --- /dev/null +++ b/app-office/b2uconverter/b2uconverter-10.02.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +inherit multilib + +DESCRIPTION="Converting documents from old Vietnamese encodings to Unicode" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/${PN}/" +SRC_URI="http://extensions.libreoffice.org/extension-center/${PN}/releases/${PV}/${PN}-${PV}.oxt" +INSTDIR="/usr/$(get_libdir)/libreoffice/share/extensions/${PN}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ppc -sparc x86" +IUSE="" +RDEPEND="virtual/ooo" +DEPEND="${RDEPEND}" + +src_compile() { +unzip ${DISTDIR}/${PN}-${PV}.oxt -d ${WORKDIR} +} +src_install() { + insinto "${INSTDIR}" + doins -r ${WORKDIR}/* +} -- cgit v1.2.3-65-gdbad