diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:20:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:20:21 +0000 |
commit | 43ce46b777a564235cb89402920ba38a3e51fd9a (patch) | |
tree | c25010d9308b3d557c9c3c2837820dc552686e72 /app-text | |
parent | old (diff) | |
download | historical-43ce46b777a564235cb89402920ba38a3e51fd9a.tar.gz historical-43ce46b777a564235cb89402920ba38a3e51fd9a.tar.bz2 historical-43ce46b777a564235cb89402920ba38a3e51fd9a.zip |
repoman
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dictd/dictd-1.5.5-r6.ebuild | 19 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.8.0.ebuild | 14 | ||||
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild | 20 | ||||
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild | 24 |
4 files changed, 34 insertions, 43 deletions
diff --git a/app-text/dictd/dictd-1.5.5-r6.ebuild b/app-text/dictd/dictd-1.5.5-r6.ebuild index 6b20f98b2a8a..2e02f4177bed 100644 --- a/app-text/dictd/dictd-1.5.5-r6.ebuild +++ b/app-text/dictd/dictd-1.5.5-r6.ebuild @@ -1,27 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r6.ebuild,v 1.11 2003/09/05 22:37:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.5.5-r6.ebuild,v 1.12 2003/09/08 06:18:46 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" +HOMEPAGE="http://www.dict.org/" SRC_URI="ftp://ftp.dict.org/pub/dict/${P}.tar.gz" -HOMEPAGE="http://www.dict.org" -DEPEND="virtual/glibc sys-devel/gcc" - -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 sparc ppc" -src_compile() { +DEPEND="virtual/glibc + sys-devel/gcc" - ./configure --prefix=/usr --mandir=/usr/share/man \ - --with-etcdir=/etc/dict --host=${CHOST} || die +src_compile() { + econf --with-etcdir=/etc/dict || die make || die } -src_install () { +src_install() { # gotta set up the dirs for it.... dodir /usr/bin dodir /usr/sbin diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild index 190abe94220b..afee4b060dfb 100644 --- a/app-text/dictd/dictd-1.8.0.ebuild +++ b/app-text/dictd/dictd-1.8.0.ebuild @@ -1,27 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.6 2003/09/05 22:37:21 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.7 2003/09/08 06:18:46 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Dictionary Client/Server for the DICT protocol" +HOMEPAGE="http://www.dict.org/" SRC_URI="ftp://ftp.dict.org/pub/dict/${P}.tar.gz" -HOMEPAGE="http://www.dict.org" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc ~sparc" DEPEND="virtual/glibc" src_compile() { - - econf \ - --with-etcdir=/etc/dict + econf --with-etcdir=/etc/dict || die make || die } -src_install () { +src_install() { # gotta set up the dirs for it.... dodir /usr/bin dodir /usr/sbin diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild index 783e2ac84fe5..02c56f45cd65 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild @@ -1,32 +1,30 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.14 2003/09/05 22:37:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.15 2003/09/08 06:20:21 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Converts True Type to Type 1 fonts" +HOMEPAGE="http://ttf2pt1.sourceforge.net/" SRC_URI="mirror://sourceforge/ttf2pt1/${P}.tgz" -HOMEPAGE="http://ttf2pt1.sourceforge.net" -KEYWORDS="x86 sparc " -SLOT="0" + LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 sparc " RDEPEND="virtual/glibc >=media-libs/freetype-2.0" -DEPEND="$RDEPEND dev-lang/perl" +DEPEND="${RDEPEND} + dev-lang/perl" src_unpack() { unpack ${A} - patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff + epatch ${FILESDIR}/${P}-Makefile-gentoo.diff } src_compile() { - make CFLAGS="${CFLAGS}" all || die - } -src_install () { - +src_install() { make INSTDIR=${D}/usr install || die dodir /usr/share/doc/${PF}/html cd ${D}/usr/share/ttf2pt1 diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild index 1119fbefdb28..683039af7fff 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild @@ -1,31 +1,31 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.12 2003/09/05 22:37:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.13 2003/09/08 06:20:21 vapier Exp $ -A=${P}.tgz -S=${WORKDIR}/${P} DESCRIPTION="Converts True Type to Type 1 fonts" -SRC_URI="mirror://sourceforge/ttf2pt1/${A}" -HOMEPAGE="http://ttf2pt1.sourceforge.net" -KEYWORDS="x86 sparc " -SLOT="0" +HOMEPAGE="http://ttf2pt1.sourceforge.net/" +SRC_URI="mirror://sourceforge/ttf2pt1/${P}.tgz" + LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 sparc " RDEPEND="virtual/glibc >=media-libs/freetype-2.0" -DEPEND="$RDEPEND dev-lang/perl" +DEPEND="${RDEPEND} + dev-lang/perl" src_unpack() { unpack ${A} - patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff + epatch ${FILESDIR}/${P}-Makefile-gentoo.diff } src_compile() { - try make CFLAGS="${CFLAGS}" all + make CFLAGS="${CFLAGS}" all || die } -src_install () { - try make INSTDIR=${D}/usr install +src_install() { + make INSTDIR=${D}/usr install || die dodir /usr/share/doc/${PF}/html cd ${D}/usr/share/ttf2pt1 rm -r app other |