diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:11:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 12:11:02 +0000 |
commit | e7708080ba42c2accfadf25b4624d663e6bb6907 (patch) | |
tree | 170f8739723841141d6c91a83ac54caee5a993d5 /dev-libs/dvxml | |
parent | compile with nptl, bug #44126 (Manifest recommit) (diff) | |
download | gentoo-2-e7708080ba42c2accfadf25b4624d663e6bb6907.tar.gz gentoo-2-e7708080ba42c2accfadf25b4624d663e6bb6907.tar.bz2 gentoo-2-e7708080ba42c2accfadf25b4624d663e6bb6907.zip |
don't assign to A; header fix
Diffstat (limited to 'dev-libs/dvxml')
-rw-r--r-- | dev-libs/dvxml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/dvxml/dvxml-0.1.4.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-libs/dvxml/ChangeLog b/dev-libs/dvxml/ChangeLog index 71e664aac3c0..3fbc2d2a9490 100644 --- a/dev-libs/dvxml/ChangeLog +++ b/dev-libs/dvxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dvxml -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvxml/ChangeLog,v 1.2 2004/03/02 10:10:29 aliz Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvxml/ChangeLog,v 1.3 2004/03/14 12:11:02 mr_bones_ Exp $ + + 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> dvxml-0.1.4.ebuild: + don't assign to A; header fix *dvxml-0.1.4 (28 oct 2003): diff --git a/dev-libs/dvxml/dvxml-0.1.4.ebuild b/dev-libs/dvxml/dvxml-0.1.4.ebuild index e27b254337ba..bbbc3f9cbde3 100644 --- a/dev-libs/dvxml/dvxml-0.1.4.ebuild +++ b/dev-libs/dvxml/dvxml-0.1.4.ebuild @@ -1,11 +1,10 @@ -# 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/dev-libs/dvxml/dvxml-0.1.4.ebuild,v 1.1 2003/10/28 22:21:47 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvxml/dvxml-0.1.4.ebuild,v 1.2 2004/03/14 12:11:02 mr_bones_ Exp $ -A=dvxml-${PV}.tar.gz S=${WORKDIR}/dvxml-${PV} DESCRIPTION="dvxml provides some convenient stuff on top of the xmlwrapp package" -SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvxml/download/${A}" +SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvxml/download/dvxml-${PV}.tar.gz" HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvxml/html/" KEYWORDS="~x86 ppc" LICENSE="GPL-2" |