From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: ** X-Spam-Status: No, score=2.6 required=5.0 tests=DMARC_MISSING, HEADER_FROM_DIFFERENT_DOMAINS,HELO_DYNAMIC_IPADDR,MAILING_LIST_MULTI, RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from c-24-98-8-129.atl.client2.attbi.com (c-24-98-8-129.atl.client2.attbi.com [24.98.8.129]) by chiba.3jane.net (Postfix) with ESMTP id 5F15EAC39F for ; Sun, 7 Jul 2002 22:01:08 -0500 (CDT) Received: from mgilbert by c-24-98-8-129.atl.client2.attbi.com with local (Exim 4.04) id 17ROq8-0001bb-00 for gentoo-dev@gentoo.org; Sun, 07 Jul 2002 23:05:28 -0400 From: Mark Gilbert To: gentoo-dev@gentoo.org Content-Type: multipart/mixed; boundary="=-EKCU4Be4+6Qw2dRtjILj" X-Mailer: Ximian Evolution 1.0.7 Date: 07 Jul 2002 23:05:28 -0400 Message-Id: <1026097528.29591.9.camel@c-24-98-8-129.atl.client2.attbi.com> Mime-Version: 1.0 Subject: [gentoo-dev] updated libwmf ebuild Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 83f03a85-bc04-4d01-8032-3d8adbb588ae X-Archives-Hash: 948e785433187d5243c7619dc83b524b --=-EKCU4Be4+6Qw2dRtjILj Content-Type: text/plain Content-Transfer-Encoding: 7bit I'm pretty sure the changelog violates every rule in the book but whatever, CALTECH RULES!!! -MG --=-EKCU4Be4+6Qw2dRtjILj Content-Disposition: attachment; filename=ChangeLog Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=ChangeLog; charset=ISO-8859-1 # ChangeLog for dev-libs/libwmf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # /space/gentoo/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.2 2002/0= 4/27 23:08:36 bangert Exp *libwmf-0.2.2-pre1 (7 Feb 2002) =20 08 Jul 2002; M.Gilbert : =20 Updated to 0.2.5. =20 19 Apr 2002; G.Shapovalov all_files : initial release. This library is necessary for building wv, so that it ca= n correctly parse MSWord files containing wmf images. 1 Feb 2002; G.Bevin ChangeLog : =20 Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that= the comments should well explained and written in clean English. The details = about writing correct changelogs are explained in the skel.ChangeLog file which= you can find in the root directory of the portage repository. --=-EKCU4Be4+6Qw2dRtjILj Content-Disposition: attachment; filename=libwmf-0.2.5.ebuild Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=libwmf-0.2.5.ebuild; charset=ISO-8859-1 # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License # Maintainer: George Shapovalov # /space/gentoo/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.2.ebuild,v = 1.3 2002/05/27 17:27:38 drobbins Exp #The configure script finds the 5.50 ghostscript Fontmap file while run. #This will probably work, especially since the real one (6.50) in this case #is empty. However beware in case there is any trouble S=3D${WORKDIR}/${P} DESCRIPTION=3D"library for converting WMF files" SRC_URI=3D"mirror://sourceforge/wvware/libwmf-0.2.5.tar.gz" HOMEPAGE=3D"http://www.wvware.com/libwmf.html" DEPEND=3D"virtual/glibc >=3Dsys-devel/gcc-2.95.2 >=3Dapp-text/ghostscript-6.50=20 dev-libs/expat dev-libs/libxml2 >=3Dmedia-libs/freetype-2.0.1 sys-libs/zlib media-libs/libpng media-libs/jpeg" # plotutils are not really supported yet, so looks like that's it =09 RDEPEND=3D"" src_compile() { =09 ./configure \ --host=3D${CHOST} \ --prefix=3D/usr \ --infodir=3D/usr/share/info \ --mandir=3D/usr/share/man \ --with-gsfontdir=3D/usr/share/ghostscript/fonts \ --with-fontdir=3D/usr/share/libwmf/fonts/ \ --with-docdir=3D${D}/usr/share/doc/${PF} || die "./configure failed" make || die } src_install () { make \ prefix=3D${D}/usr \ mandir=3D${D}/usr/share/man \ infodir=3D${D}/usr/share/info \ fontdir=3D${D}/usr/share/libwmf/fonts/ \ install || die } --=-EKCU4Be4+6Qw2dRtjILj--