diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-01 19:16:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-01 19:16:58 +0000 |
commit | b32baa344eb582c7ce05826a87180c37054623b1 (patch) | |
tree | 3f2889d25a875dfd003fcfc3fc755b3bdfd3098c /dev-java/saxpath | |
parent | m68k/s390/sh stable wrt #441092 (diff) | |
download | gentoo-2-b32baa344eb582c7ce05826a87180c37054623b1.tar.gz gentoo-2-b32baa344eb582c7ce05826a87180c37054623b1.tar.bz2 gentoo-2-b32baa344eb582c7ce05826a87180c37054623b1.zip |
Update LICENSE, saxpath is replaced by the JDOM license template.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-java/saxpath')
-rw-r--r-- | dev-java/saxpath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/saxpath/saxpath-1.0-r2.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/saxpath/ChangeLog b/dev-java/saxpath/ChangeLog index 5a2bebb21c84..a90ad9b0e70f 100644 --- a/dev-java/saxpath/ChangeLog +++ b/dev-java/saxpath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/saxpath -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/ChangeLog,v 1.31 2012/04/15 18:14:55 vapier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/ChangeLog,v 1.32 2013/01/01 19:16:58 ulm Exp $ + + 01 Jan 2013; Ulrich Müller <ulm@gentoo.org> saxpath-1.0-r2.ebuild: + Update LICENSE, saxpath is replaced by the JDOM license template. 15 Apr 2012; Mike Frysinger <vapier@gentoo.org> saxpath-1.0-r2.ebuild: Add back ia64 love #349020 by Dennis Schridde. diff --git a/dev-java/saxpath/saxpath-1.0-r2.ebuild b/dev-java/saxpath/saxpath-1.0-r2.ebuild index 29ab84fdc3cb..d53b87f9ada2 100644 --- a/dev-java/saxpath/saxpath-1.0-r2.ebuild +++ b/dev-java/saxpath/saxpath-1.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/saxpath-1.0-r2.ebuild,v 1.16 2012/04/15 18:14:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/saxpath-1.0-r2.ebuild,v 1.17 2013/01/01 19:16:58 ulm Exp $ JAVA_PKG_IUSE="doc source test" @@ -9,7 +9,8 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="A Simple API for XPath." HOMEPAGE="http://saxpath.sourceforge.net/" SRC_URI="mirror://sourceforge/saxpath/${P}.tar.gz" -LICENSE="saxpath" + +LICENSE="JDOM" SLOT="0" KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" |