diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 00:58:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-29 00:58:19 +0000 |
commit | e486198b0da75bc403976111e3995cc189fd217d (patch) | |
tree | e87ea39bb8454d9ce06c73a8c5e1ab43b060041c /media-libs | |
parent | move from net-ftp #45968 (diff) | |
download | historical-e486198b0da75bc403976111e3995cc189fd217d.tar.gz historical-e486198b0da75bc403976111e3995cc189fd217d.tar.bz2 historical-e486198b0da75bc403976111e3995cc189fd217d.zip |
move from net-ftp #45968
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/raptor/raptor-0.9.12.ebuild | 8 | ||||
-rw-r--r-- | media-libs/raptor/raptor-0.9.8.ebuild | 4 | ||||
-rw-r--r-- | media-libs/raptor/raptor-1.2.0.ebuild | 13 |
3 files changed, 14 insertions, 11 deletions
diff --git a/media-libs/raptor/raptor-0.9.12.ebuild b/media-libs/raptor/raptor-0.9.12.ebuild index 14e6e1826c28..669699916f9c 100644 --- a/media-libs/raptor/raptor-0.9.12.ebuild +++ b/media-libs/raptor/raptor-0.9.12.ebuild @@ -1,21 +1,21 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.12.ebuild,v 1.5 2004/03/26 20:56:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.12.ebuild,v 1.6 2004/03/29 00:58:19 vapier Exp $ DESCRIPTION="The RDF Parser Toolkit" HOMEPAGE="http://www.redland.opensource.ac.uk/raptor/" SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" IUSE="curl ssl" + DEPEND="virtual/glibc ssl? ( dev-libs/openssl ) - curl? ( net-ftp/curl ) + curl? ( net-misc/curl ) >=dev-libs/libxml2-2.4.24" -IUSE="" - DOC="AUTHORS COPYING COPYING.LIB ChangeLog INSTALL LICENSE.txt NEWS README" HTML="INSTALL.html LICENSE.html MPL.html NEWS.html README.html" diff --git a/media-libs/raptor/raptor-0.9.8.ebuild b/media-libs/raptor/raptor-0.9.8.ebuild index 3ecb49f803b6..77feded66d8d 100644 --- a/media-libs/raptor/raptor-0.9.8.ebuild +++ b/media-libs/raptor/raptor-0.9.8.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.8.ebuild,v 1.4 2004/03/26 20:56:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-0.9.8.ebuild,v 1.5 2004/03/29 00:58:19 vapier Exp $ DESCRIPTION="The RDF Parser Toolkit" HOMEPAGE="http://www.redland.opensource.ac.uk/raptor/" SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="curl" + DEPEND="virtual/glibc >=dev-libs/libxml2-2.4.24" diff --git a/media-libs/raptor/raptor-1.2.0.ebuild b/media-libs/raptor/raptor-1.2.0.ebuild index 5e33994c56f4..3689f85fc9ca 100644 --- a/media-libs/raptor/raptor-1.2.0.ebuild +++ b/media-libs/raptor/raptor-1.2.0.ebuild @@ -1,27 +1,28 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.2.0.ebuild,v 1.4 2004/03/26 20:56:55 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.2.0.ebuild,v 1.5 2004/03/29 00:58:19 vapier Exp $ DESCRIPTION="The RDF Parser Toolkit" HOMEPAGE="http://www.redland.opensource.ac.uk/raptor/" SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz" + LICENSE="LGPL-2 MPL-1.1" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="curl xml2 gnome ssl" + DEPEND="virtual/glibc gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig ) xml2? ( >=dev-libs/libxml2-2.4.0 ) !xml2? ( dev-libs/expat ) ssl? ( dev-libs/openssl ) - curl? ( net-ftp/curl )" - + curl? ( net-misc/curl )" RDEPEND="virtual/glibc gnome? ( >=dev-libs/glib-2.2.1 ) xml2? ( >=dev-libs/libxml2-2.4.0 ) !xml2? ( dev-libs/expat ) ssl? ( dev-libs/openssl ) - curl? ( net-ftp/curl )" + curl? ( net-misc/curl )" # compilation with libwww currently breaks and for using libfetch I didn't find the right USE flag #IUSE="curl xml2 libwww gnome" @@ -29,13 +30,13 @@ RDEPEND="virtual/glibc # gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig ) # xml2? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat ) # ssl? ( dev-libs/openssl ) -# curl? ( net-ftp/curl ) : ( !xml2? ( libwww? ( net-libs/libwww ) ) ) +# curl? ( net-misc/curl ) : ( !xml2? ( libwww? ( net-libs/libwww ) ) ) # " #RDEPEND="virtual/glibc # gnome? ( >=dev-libs/glib-2.2.1 ) # xml2? ( >=dev-libs/libxml2-2.4.0 ) : ( dev-libs/expat ) # ssl? ( dev-libs/openssl ) -# curl? ( net-ftp/curl ) : ( !xml2? ( libwww? ( net-libs/libwww ) ) )" +# curl? ( net-misc/curl ) : ( !xml2? ( libwww? ( net-libs/libwww ) ) )" S=${WORKDIR}/${P} |