public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] updated libwmf ebuild
@ 2002-07-08  3:05 Mark Gilbert
  2002-07-09 18:33 ` George Shapovalov
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Gilbert @ 2002-07-08  3:05 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 99 bytes --]

I'm pretty sure the changelog violates every rule in the book but
whatever, CALTECH RULES!!!

-MG


[-- Attachment #2: ChangeLog --]
[-- Type: text/plain, Size: 971 bytes --]

# 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/04/27 23:08:36 bangert Exp

*libwmf-0.2.2-pre1 (7 Feb 2002)
  
  08 Jul 2002; M.Gilbert <webmaster@dofty.zzn.com> :
  
  Updated to 0.2.5.
  
  19 Apr 2002; G.Shapovalov <georges@its.caltech.edu> all_files :

  initial release. This library is necessary for building wv, so that it can
  correctly parse MSWord files containing wmf images.

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  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.

[-- Attachment #3: libwmf-0.2.5.ebuild --]
[-- Type: text/plain, Size: 1482 bytes --]

# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License
# Maintainer: George Shapovalov <georges@cco.caltech.edu>
# /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=${WORKDIR}/${P}
DESCRIPTION="library for converting WMF files"
SRC_URI="mirror://sourceforge/wvware/libwmf-0.2.5.tar.gz"
HOMEPAGE="http://www.wvware.com/libwmf.html"

DEPEND="virtual/glibc
	>=sys-devel/gcc-2.95.2
	>=app-text/ghostscript-6.50 
	dev-libs/expat
	dev-libs/libxml2
	>=media-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
	
RDEPEND=""

src_compile() {
	
	./configure \
		--host=${CHOST} \
		--prefix=/usr \
		--infodir=/usr/share/info \
		--mandir=/usr/share/man \
		--with-gsfontdir=/usr/share/ghostscript/fonts \
		--with-fontdir=/usr/share/libwmf/fonts/ \
		--with-docdir=${D}/usr/share/doc/${PF} || die "./configure failed"

	make || die
}

src_install () {
    make \
        prefix=${D}/usr \
        mandir=${D}/usr/share/man \
        infodir=${D}/usr/share/info \
		fontdir=${D}/usr/share/libwmf/fonts/ \
        install || die
}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] updated libwmf ebuild
  2002-07-08  3:05 [gentoo-dev] updated libwmf ebuild Mark Gilbert
@ 2002-07-09 18:33 ` George Shapovalov
  0 siblings, 0 replies; 2+ messages in thread
From: George Shapovalov @ 2002-07-09 18:33 UTC (permalink / raw
  To: gentoo-dev

Hi Mark

On Sunday 07 July 2002 20:05, Mark Gilbert wrote:
> I'm pretty sure the changelog violates every rule in the book but
> whatever, CALTECH RULES!!!

Not every but some :). Mostly headers - this is quite an old original 
submission, requirements are stricter now..
Could you please submit this to http://bugs.gentoo.org as described at
http://www.gentoo.org/doc/ebuild-submit.html.
Please assign this to me <george@gentoo.org>, this way I will be sure to take 
care of your submission.

Thanks for contributing to Gentoo!

George


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-09 18:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-08  3:05 [gentoo-dev] updated libwmf ebuild Mark Gilbert
2002-07-09 18:33 ` George Shapovalov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox