diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-08-15 20:57:21 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-08-15 20:57:21 +0000 |
commit | eee60949c5547b171f74ed39cbb77b2b93ee73e9 (patch) | |
tree | 3dedd808d7b7f9f9836c36394046cccdc9d044c2 /app-portage | |
parent | Change to 1.0.5-dm-crypt-start.sh to fix misplaced bin (diff) | |
download | gentoo-2-eee60949c5547b171f74ed39cbb77b2b93ee73e9.tar.gz gentoo-2-eee60949c5547b171f74ed39cbb77b2b93ee73e9.tar.bz2 gentoo-2-eee60949c5547b171f74ed39cbb77b2b93ee73e9.zip |
change ESVN_PROJECT to normal capitalisation; fix a typo in the ewarn comment
(Portage version: 2.1.2.11)
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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-portage/gatt-svn/ChangeLog b/app-portage/gatt-svn/ChangeLog index 1078c31566fd..6504cd22be80 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.12 2007/08/14 17:20:50 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/ChangeLog,v 1.13 2007/08/15 20:57:21 opfer Exp $ + + 15 Aug 2007; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild: + change ESVN_PROJECT to normal capitalisation; fix a typo in the ewarn comment 14 Aug 2007; Christian Faulhammer <opfer@gentoo.org> gatt-svn-9999.ebuild: Gatt won't work with boost 1.34 or higher, reflect that in the DEPENDs diff --git a/app-portage/gatt-svn/gatt-svn-9999.ebuild b/app-portage/gatt-svn/gatt-svn-9999.ebuild index 821804206c6e..82bf4b932095 100644 --- a/app-portage/gatt-svn/gatt-svn-9999.ebuild +++ b/app-portage/gatt-svn/gatt-svn-9999.ebuild @@ -1,11 +1,11 @@ # 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.11 2007/08/14 17:20:50 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt-svn/gatt-svn-9999.ebuild,v 1.12 2007/08/15 20:57:21 opfer Exp $ inherit subversion ESVN_REPO_URI="svn://80.108.115.144/gatt/trunk" -ESVN_PROJECT="GATT" +ESVN_PROJECT="Gatt" DESCRIPTION="Gentoo Arch Tester Tool" HOMEPAGE="http://www.gentoo.org/proj/en/base/x86/at.xml @@ -28,7 +28,7 @@ RDEPEND=">=dev-libs/boost-1.33.1 pkg_setup() { ewarn - ewarn "This is an Subversion snapshot, so no functionality is" + ewarn "This is a Subversion snapshot, so no functionality is" ewarn "guaranteed! Better not use it as root for now and backup" ewarn "at least your data in /etc/portage/!" elog |