ChangeLog

# ChangeLog for app-office/imposter
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-office/imposter/ChangeLog,v 1.14 2008/05/22 18:37:24 maekke Exp $

22 May 2008; Markus Meier imposter-0.3.ebuild:
x86 stable, bug #222771

19 May 2008; nixnut imposter-0.3.ebuild:
Stable on ppc wrt bug 222771

19 May 2008; Samuli Suominen imposter-0.2.ebuild,
imposter-0.3.ebuild:
Move pkgconfig to DEPEND. Keyword ~amd64. Install documentation.

21 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

19 Jan 2007; Charlie Shepherd
imposter-0.2.ebuild:
QA: remove invalid RESTRICT="mirror"

19 Jan 2006; Andreas Proschofsky imposter-0.2.ebuild,
imposter-0.3.ebuild:
No need to depend on virtual/x11, gtk+ does that for us. Also fixes modular
X deps.

*imposter-0.3 (27 Oct 2005)

27 Oct 2005; Andreas Proschofsky
+files/imposter-0.3-ignore-modifiers.patch, +imposter-0.3.ebuild:
Update to the latest release, closes bug #87889

05 Oct 2004; Pieter Van den Abeele
imposter-0.2.ebuild:
Masked imposter-0.2.ebuild stable for ppc

*imposter-0.2-r1 (15 Aug 2004)

15 Aug 2004; Jon Hood +imposter-0.2-r1.ebuild,
imposter-0.2.ebuild:
Stable on x86, add iksemel USE flag with an -r bump.

18 Jun 2004; David Holm imposter-0.2.ebuild:
Added to ~ppc.

*imposter-0.2 (15 Jun 2004)

15 Jun 2004; Jon Hood +metadata.xml,
+imposter-0.2.ebuild:
Initial commit. Ebuild by S.Caglar Onur . Closes
#49845. Also thanks to Redeeman for ebuild cleanup.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX imposter-0.3-ignore-modifiers.patch 695 RMD160 f4d23cdf1299cd7915688f396bf65c596f148a13 SHA1 d6363b358ea7808687274e5020ce002441b1a1dd SHA256 ca984b39350c1c40541f23578cae4d7f5e2fd461d64f25a48844d835bd204c74
DIST imposter-0.2.tar.gz 165306 RMD160 5196e5795cd053062f40037746c04727f12f5766 SHA1 cd5b8c916d87691dc33d03607460d1939ff380d2 SHA256 99bbac3e943ee78ba74e94c6c4ac36f9d2f6dbf406572deee4999cf5ff72d753
DIST imposter-0.3.tar.gz 169592 RMD160 7e01b354fe28db286e3bfdc1499f077e1c8afac6 SHA1 70ebda94cd62dcc65c9c53a4c7cb420f4b8b694b SHA256 53b67c08477623bb03436f79bf2ca859d7cd9684c57775ea539e1db449658236
EBUILD imposter-0.2.ebuild 632 RMD160 356ac872aa3cae7fc7c5691740c8896240c1cc63 SHA1 3b322d75e77f449bd967dd454b825f1abade33ac SHA256 2987387342df373143daa7a5411c983fb3eb46573568fbdd515ee105d78cc533
EBUILD imposter-0.3.ebuild 1070 RMD160 c84f6b1d7d24e4b16ae4f376388526959f2bc268 SHA1 e9ca4f35fc94e5fcce1892c7fc03febb1301c60e SHA256 4730ec5dcbbd2eb96dd0f869fb432ec5744b07dbb77b6de1a6e8feae3a141ed6
MISC ChangeLog 1831 RMD160 6463343cbed64216ca3cb598ffbed16ec4c3dfe2 SHA1 cbf5623f5417178313a4caf208d535cf2360a096 SHA256 db66dc83d4dadd481a3353fa82ac4359041216cbf2159e0c8c530ccc57c2ae49
MISC metadata.xml 163 RMD160 68888b3756b2cf14b88ff5aa31e4fd07c9cc9713 SHA1 bd3e6fae69f40f453bc382ae8f1a7644a590a9cc SHA256 4539da09a369d01dcec488c471eeaaef71b60686482101eba357344538e994e2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkg1vZUACgkQkKaRLQcq0GJTrQCcCxZU1IiaDriqkw15Ux3P0djo
XGYAoJyeCl5/ga6V1x1ca8T7GAEdAUTz
=nXSN
-----END PGP SIGNATURE-----

files

imposter-0.2.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/imposter/imposter-0.2.ebuild,v 1.9 2008/05/19 07:18:49 drac Exp $

DESCRIPTION="Imposter is a standalone viewer for the presentations created by OpenOffice.org Impress software"
HOMEPAGE="http://imposter.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
}

imposter-0.3.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/imposter/imposter-0.3.ebuild,v 1.5 2008/05/22 18:37:24 maekke Exp $

inherit eutils

DESCRIPTION="Imposter is a standalone viewer for the presentations created by OpenOffice.org Impress software"
HOMEPAGE="http://imposter.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE="iksemel nls"

RDEPEND=">=x11-libs/gtk+-2.4
iksemel? ( dev-libs/iksemel )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )"

src_unpack() {
unpack ${A}
cd "${S}"
# Patch by Recai OktaÅŸ , backported from CVS...
epatch "${FILESDIR}"/${P}-ignore-modifiers.patch
}

src_compile() {
# FIXME. Iksemel is automagic depend.
econf --disable-dependency-tracking $(use_enable nls)
emake || die "emake failed."
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README TODO
}

metadata.xml




openoffice