From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-text/libmspub/Manifest | 3 ++ app-text/libmspub/libmspub-0.0.6.ebuild | 54 +++++++++++++++++++++++++++++++++ app-text/libmspub/libmspub-0.1.1.ebuild | 53 ++++++++++++++++++++++++++++++++ app-text/libmspub/libmspub-0.1.2.ebuild | 53 ++++++++++++++++++++++++++++++++ app-text/libmspub/libmspub-9999.ebuild | 53 ++++++++++++++++++++++++++++++++ app-text/libmspub/metadata.xml | 5 +++ 6 files changed, 221 insertions(+) create mode 100644 app-text/libmspub/Manifest create mode 100644 app-text/libmspub/libmspub-0.0.6.ebuild create mode 100644 app-text/libmspub/libmspub-0.1.1.ebuild create mode 100644 app-text/libmspub/libmspub-0.1.2.ebuild create mode 100644 app-text/libmspub/libmspub-9999.ebuild create mode 100644 app-text/libmspub/metadata.xml (limited to 'app-text/libmspub') diff --git a/app-text/libmspub/Manifest b/app-text/libmspub/Manifest new file mode 100644 index 000000000000..216645364863 --- /dev/null +++ b/app-text/libmspub/Manifest @@ -0,0 +1,3 @@ +DIST libmspub-0.0.6.tar.xz 353356 SHA256 4cd4e3e9e3eef5ae676fa18415f3f342c17c28e5167d7354115a5cc2ea96a2f9 SHA512 270046ddda02ddbde03d2deb0c0e643be85d6bfdb2ca532f425bb2c8ae84925ec621c41205123630b9afebf603615610edd472996a3e7272fb90ca5357257b16 WHIRLPOOL 95326bd3ac495bb119eb35b479b72cc5c594f3fe8dd779c033a08f2df8b39b04f99203d0d5524dcfe56ed36fa4e227d561e49fd8ab5aa1cb7d461491483394fa +DIST libmspub-0.1.1.tar.xz 340096 SHA256 d0ac8ec68a7546a3fd084c82024d1939937886c99b843c9fd8b62f8257c8fb5b SHA512 5f9059f6b9c0517f3e85078d5f90c8c914b17219e5d6f266baa60df0e7d03c0d015c5bfc334f51ee1885b8e17b14588519b18d5952a6338ce1b364f3afb04489 WHIRLPOOL 9719ec2022331cca6236451151b09f8850a91128e561f4077fb9b80b279a79fbf4c9a2875e488b9af548544ea796aa473885a54fec5949e97ba52dd7765a6102 +DIST libmspub-0.1.2.tar.xz 345556 SHA256 b0baabf82d20c08ad000e80fa02154ce2f2ffde1ee60240d6e3a917c3b35560f SHA512 c19025a2b887c33f5966b0972204ab2a8ae841b82df38eaf53c0cdc8f99d93cccab5e1c78143a79d5aef9c7a7387bd6f2cf34833a00861058e0e4687f48be714 WHIRLPOOL 0ba2e79d0b9d0eecd632cba551251c40bf49331d98e9c6e657a9870bebfb4d68e755c738b0c8f3055b2c1cc8336d9ec00c98b147d3a960d3ccb63dd5fad534af diff --git a/app-text/libmspub/libmspub-0.0.6.ebuild b/app-text/libmspub/libmspub-0.0.6.ebuild new file mode 100644 index 000000000000..4305edd33258 --- /dev/null +++ b/app-text/libmspub/libmspub-0.0.6.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" +[[ ${PV} == 9999 ]] && inherit autotools git-2 +inherit base eutils + +DESCRIPTION="Library parsing the Microsoft Publisher documents" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/libmspub" +[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" + +# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 +[[ ${PV} == 9999 ]] || \ +KEYWORDS="amd64 ~arm ppc x86" + +IUSE="doc static-libs" + +RDEPEND=" + app-text/libwpd:0.9 + app-text/libwpg:0.2 + dev-libs/icu:= + sys-libs/zlib +" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-libs/boost + sys-devel/libtool + doc? ( app-doc/doxygen ) +" + +src_prepare() { + base_src_prepare + [[ -d m4 ]] || mkdir "m4" + [[ ${PV} == 9999 ]] && eautoreconf +} + +src_configure() { + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + $(use_enable static-libs static) \ + --disable-werror \ + $(use_with doc docs) +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/app-text/libmspub/libmspub-0.1.1.ebuild b/app-text/libmspub/libmspub-0.1.1.ebuild new file mode 100644 index 000000000000..447b193d1a48 --- /dev/null +++ b/app-text/libmspub/libmspub-0.1.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" +inherit base eutils +[[ ${PV} == 9999 ]] && inherit autotools git-2 + +DESCRIPTION="Library parsing Microsoft Publisher documents" +HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" +[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" + +# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~arm ~x86" + +IUSE="doc static-libs" + +RDEPEND=" + dev-libs/icu:= + dev-libs/librevenge + sys-libs/zlib +" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-libs/boost + sys-devel/libtool + doc? ( app-doc/doxygen ) +" + +src_prepare() { + base_src_prepare + [[ -d m4 ]] || mkdir "m4" + [[ ${PV} == 9999 ]] && eautoreconf +} + +src_configure() { + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + $(use_enable static-libs static) \ + --disable-werror \ + $(use_with doc docs) +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild new file mode 100644 index 000000000000..8fbeab7ccd90 --- /dev/null +++ b/app-text/libmspub/libmspub-0.1.2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" +inherit base eutils +[[ ${PV} == 9999 ]] && inherit autotools git-2 + +DESCRIPTION="Library parsing Microsoft Publisher documents" +HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" +[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" + +# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 +[[ ${PV} == 9999 ]] || \ +KEYWORDS="amd64 ~arm x86" + +IUSE="doc static-libs" + +RDEPEND=" + dev-libs/icu:= + dev-libs/librevenge + sys-libs/zlib +" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-libs/boost + sys-devel/libtool + doc? ( app-doc/doxygen ) +" + +src_prepare() { + base_src_prepare + [[ -d m4 ]] || mkdir "m4" + [[ ${PV} == 9999 ]] && eautoreconf +} + +src_configure() { + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + $(use_enable static-libs static) \ + --disable-werror \ + $(use_with doc docs) +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild new file mode 100644 index 000000000000..c080b7b4e2b2 --- /dev/null +++ b/app-text/libmspub/libmspub-9999.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" +inherit base eutils +[[ ${PV} == 9999 ]] && inherit autotools git-2 + +DESCRIPTION="Library parsing Microsoft Publisher documents" +HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" +[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" + +# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~x86" + +IUSE="doc static-libs" + +RDEPEND=" + dev-libs/icu:= + dev-libs/librevenge + sys-libs/zlib +" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-libs/boost + sys-devel/libtool + doc? ( app-doc/doxygen ) +" + +src_prepare() { + base_src_prepare + [[ -d m4 ]] || mkdir "m4" + [[ ${PV} == 9999 ]] && eautoreconf +} + +src_configure() { + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + $(use_enable static-libs static) \ + --disable-werror \ + $(use_with doc docs) +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/app-text/libmspub/metadata.xml b/app-text/libmspub/metadata.xml new file mode 100644 index 000000000000..5d46203011d6 --- /dev/null +++ b/app-text/libmspub/metadata.xml @@ -0,0 +1,5 @@ + + + + openoffice + -- cgit v1.2.3-65-gdbad