diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:51:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:51:22 +0000 |
commit | 8ec954a96c94530e13f070eb9bb39a67e120762d (patch) | |
tree | ca9ab5cf25e8604cbb34b4d383a90adf952d0d4e /app-text/unrtf | |
parent | Don't assign default to S; header fix (Manifest recommit) (diff) | |
download | gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.tar.gz gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.tar.bz2 gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-text/unrtf')
-rw-r--r-- | app-text/unrtf/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/unrtf/unrtf-0.19.0.ebuild | 3 | ||||
-rw-r--r-- | app-text/unrtf/unrtf-0.19.3.ebuild | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/app-text/unrtf/ChangeLog b/app-text/unrtf/ChangeLog index 0386b2b00f09..265242e64e07 100644 --- a/app-text/unrtf/ChangeLog +++ b/app-text/unrtf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/unrtf # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.6 2004/03/12 08:50:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.7 2004/03/12 08:50:49 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> : + Don't assign default to S; header fix 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> unrtf-0.19.0.ebuild, unrtf-0.19.3.ebuild: diff --git a/app-text/unrtf/unrtf-0.19.0.ebuild b/app-text/unrtf/unrtf-0.19.0.ebuild index a5824491749a..e69717bf871f 100644 --- a/app-text/unrtf/unrtf-0.19.0.ebuild +++ b/app-text/unrtf/unrtf-0.19.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.0.ebuild,v 1.1 2004/01/12 19:38:02 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.0.ebuild,v 1.2 2004/03/12 08:50:38 mr_bones_ Exp $ DESCRIPTION="Converts RTF files to various formats" HOMEPAGE="http://www.gnu.org/software/${PN}/${PN}.html" @@ -10,7 +10,6 @@ SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" -S=${WORKDIR}/${P} src_compile() { make clean diff --git a/app-text/unrtf/unrtf-0.19.3.ebuild b/app-text/unrtf/unrtf-0.19.3.ebuild index d131f2b02b48..2619dba85a4f 100644 --- a/app-text/unrtf/unrtf-0.19.3.ebuild +++ b/app-text/unrtf/unrtf-0.19.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.3.ebuild,v 1.2 2004/03/11 21:50:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.19.3.ebuild,v 1.3 2004/03/12 08:50:38 mr_bones_ Exp $ DESCRIPTION="Converts RTF files to various formats" HOMEPAGE="http://www.gnu.org/software/unrtf/unrtf.html" @@ -10,7 +10,6 @@ SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" DEPEND="" -S=${WORKDIR}/${P} src_compile() { make clean |