diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:28:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:28:27 +0000 |
commit | e028dde74576fadd5923ed0d0dcda8a1686542ac (patch) | |
tree | db1eaca06076189450518b7f6379c3e5939305a9 /app-text/t1utils | |
parent | replace-flags in src_compile; header fix (diff) | |
download | historical-e028dde74576fadd5923ed0d0dcda8a1686542ac.tar.gz historical-e028dde74576fadd5923ed0d0dcda8a1686542ac.tar.bz2 historical-e028dde74576fadd5923ed0d0dcda8a1686542ac.zip |
don't assign default to S; use default src_compile; tidy; header fix
Diffstat (limited to 'app-text/t1utils')
-rw-r--r-- | app-text/t1utils/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.23.ebuild | 5 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.25.ebuild | 5 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.28.ebuild | 13 |
4 files changed, 12 insertions, 19 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog index c7d68caf2c85..5579c5ede021 100644 --- a/app-text/t1utils/ChangeLog +++ b/app-text/t1utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/t1utils -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.10 2004/01/03 20:13:25 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.11 2004/03/12 08:28:27 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> t1utils-1.23.ebuild, + t1utils-1.25.ebuild, t1utils-1.28.ebuild: + don't assign default to S; use default src_compile; tidy; header fix 03 Jan 2004; <agriffis@gentoo.org> t1utils-1.28.ebuild: Stable on ia64 diff --git a/app-text/t1utils/t1utils-1.23.ebuild b/app-text/t1utils/t1utils-1.23.ebuild index e841fc8af488..8b4f33008d63 100644 --- a/app-text/t1utils/t1utils-1.23.ebuild +++ b/app-text/t1utils/t1utils-1.23.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.23.ebuild,v 1.10 2004/02/22 20:07:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.23.ebuild,v 1.11 2004/03/12 08:28:27 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Type 1 Font utilities" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" HOMEPAGE="http://www.lcdf.org/type/#t1utils" diff --git a/app-text/t1utils/t1utils-1.25.ebuild b/app-text/t1utils/t1utils-1.25.ebuild index 6c0e29ab1452..51cfa2ba23ce 100644 --- a/app-text/t1utils/t1utils-1.25.ebuild +++ b/app-text/t1utils/t1utils-1.25.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.25.ebuild,v 1.10 2004/02/22 20:07:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.25.ebuild,v 1.11 2004/03/12 08:28:27 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Type 1 Font utilities" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" HOMEPAGE="http://www.lcdf.org/type/#t1utils" diff --git a/app-text/t1utils/t1utils-1.28.ebuild b/app-text/t1utils/t1utils-1.28.ebuild index 75233f3de8eb..e2f874d936ba 100644 --- a/app-text/t1utils/t1utils-1.28.ebuild +++ b/app-text/t1utils/t1utils-1.28.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.28.ebuild,v 1.3 2004/01/03 20:13:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.28.ebuild,v 1.4 2004/03/12 08:28:27 mr_bones_ Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Type 1 Font utilities" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" HOMEPAGE="http://www.lcdf.org/type/#t1utils" @@ -14,15 +13,7 @@ LICENSE="BSD" DEPEND="virtual/glibc" -src_compile() { - - econf || die - emake || die -} - src_install () { - einstall || die - dodoc NEWS README } |