diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-15 18:12:27 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-15 18:12:27 +0000 |
commit | dddf2900a96ab1345857d8bc7ecbd6eae7f3aabc (patch) | |
tree | 14366f64a386864ae734c2012fed2fd5f88ecceb /net-im/jabber-base | |
parent | Version bump and fix bug 316287. Remove broken testing version. (diff) | |
download | gentoo-2-dddf2900a96ab1345857d8bc7ecbd6eae7f3aabc.tar.gz gentoo-2-dddf2900a96ab1345857d8bc7ecbd6eae7f3aabc.tar.bz2 gentoo-2-dddf2900a96ab1345857d8bc7ecbd6eae7f3aabc.zip |
Update comments.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'net-im/jabber-base')
-rw-r--r-- | net-im/jabber-base/jabber-base-0.00.ebuild | 8 | ||||
-rw-r--r-- | net-im/jabber-base/jabber-base-0.01.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-im/jabber-base/jabber-base-0.00.ebuild b/net-im/jabber-base/jabber-base-0.00.ebuild index 1e99dfe1cca5..5529ef9dff30 100644 --- a/net-im/jabber-base/jabber-base-0.00.ebuild +++ b/net-im/jabber-base/jabber-base-0.00.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/jabber-base/jabber-base-0.00.ebuild,v 1.10 2009/11/05 16:29:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/jabber-base/jabber-base-0.00.ebuild,v 1.11 2010/06/15 18:12:27 arfrever Exp $ inherit eutils @@ -27,8 +27,8 @@ S="${WORKDIR}" #/var/log/jabber/ for the log files #for the python based transports with no install script: -#they must inherit python, run python_version() and be installed in: -#/usr/lib/python${PYVER}/site-packages/$package-name +#they must inherit python and be installed in: +#$(python_get_sitedir)/$package-name #the user should be the one created here username=group=jabber diff --git a/net-im/jabber-base/jabber-base-0.01.ebuild b/net-im/jabber-base/jabber-base-0.01.ebuild index 4a34dbb1a280..fe7142bd148e 100644 --- a/net-im/jabber-base/jabber-base-0.01.ebuild +++ b/net-im/jabber-base/jabber-base-0.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/jabber-base/jabber-base-0.01.ebuild,v 1.8 2009/11/05 16:29:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/jabber-base/jabber-base-0.01.ebuild,v 1.9 2010/06/15 18:12:27 arfrever Exp $ inherit eutils @@ -27,8 +27,8 @@ S="${WORKDIR}" #/var/log/jabber/ for the log files #for the python based transports with no install script: -#they must inherit python, run python_version() and be installed in: -#/usr/lib/python${PYVER}/site-packages/$package-name +#they must inherit python and be installed in: +#$(python_get_sitedir)/$package-name #the user should be the one created here username=group=jabber |