diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-11 15:56:29 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-11 15:56:29 +0000 |
commit | f31efb90bc1df8c59c79d8d12ccf7787124dcb6f (patch) | |
tree | 2caaf0d81e0e219f5124cef8d351cccf30e1af5a /app-portage | |
parent | Remove old. (diff) | |
download | gentoo-2-f31efb90bc1df8c59c79d8d12ccf7787124dcb6f.tar.gz gentoo-2-f31efb90bc1df8c59c79d8d12ccf7787124dcb6f.tar.bz2 gentoo-2-f31efb90bc1df8c59c79d8d12ccf7787124dcb6f.zip |
extend licenses; install tutorial file; adjust DESCRIPTION
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gatt-svn/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/gatt-svn/gatt-svn-9999.ebuild | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-portage/gatt-svn/ChangeLog b/app-portage/gatt-svn/ChangeLog index daeb6b07fa0f..eb01cb2fc3cc 100644 --- a/app-portage/gatt-svn/ChangeLog +++ b/app-portage/gatt-svn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/gatt-svn # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.14 2007/08/18 18:34:27 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.15 2007/10/11 15:56:29 opfer Exp $ + + 11 Oct 2007; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild: + extend licenses; install tutorial file; adjust DESCRIPTION 18 Aug 2007; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild: Gatt has been fixed in trunk to support higher boost versions, so adjusting diff --git a/app-portage/gatt-svn/gatt-svn-9999.ebuild b/app-portage/gatt-svn/gatt-svn-9999.ebuild index 431a9c3d000e..9a015f990cea 100644 --- a/app-portage/gatt-svn/gatt-svn-9999.ebuild +++ b/app-portage/gatt-svn/gatt-svn-9999.ebuild @@ -1,30 +1,29 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.13 2007/08/18 18:34:27 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.14 2007/10/11 15:56:29 opfer Exp $ inherit subversion ESVN_REPO_URI="svn://80.108.115.144/gatt/trunk" ESVN_PROJECT="Gatt" -DESCRIPTION="Gentoo Arch Tester Tool" +DESCRIPTION="Gentoo Arch Testing Tool" HOMEPAGE="http://www.gentoo.org/proj/en/base/x86/at.xml http://www.gentoo.org/proj/en/base/ppc/AT/index.xml http://www.gentoo.org/proj/en/base/amd64/at/index.xml http://www.gentoo.org/proj/en/base/alpha/AT/index.xml" SRC_URI="" -LICENSE="GPL-2" +LICENSE="GPL-2 GPL-3 FDL-1.1" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" -DEPEND=">=dev-libs/boost-1.33.1 - >=dev-cpp/libthrowable-0.9.6 - doc? ( app-doc/doxygen )" RDEPEND=">=dev-libs/boost-1.33.1 >=dev-cpp/libthrowable-0.9.6 www-client/pybugz" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen )" pkg_setup() { ewarn @@ -44,7 +43,7 @@ src_compile() { } src_install() { emake DESTDIR="${D}" install || die "installing ${PF} failed" - dodoc README NEWS AUTHORS ChangeLog + dodoc README NEWS AUTHORS ChangeLog doc/TUTORIAL newdoc .todo TODO if use doc; then dohtml doc/html/* |