diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-10-02 10:57:52 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-10-02 10:57:52 +0000 |
commit | d220e2090d43527f30e9dac193923f9786334db0 (patch) | |
tree | e0a0639975d4c4d27796aa8e34e4a6a990e5d9f8 | |
parent | Always use openSUSE:Tools as project to get updates. Remove obs_package decla... (diff) | |
download | gentoo-2-d220e2090d43527f30e9dac193923f9786334db0.tar.gz gentoo-2-d220e2090d43527f30e9dac193923f9786334db0.tar.bz2 gentoo-2-d220e2090d43527f30e9dac193923f9786334db0.zip |
More update the doc
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/obs-download.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index fb00d2b053e6..33216ecdc8f1 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.426 2012/10/02 10:52:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.427 2012/10/02 10:57:52 scarabeus Exp $ + + 02 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-download.eclass: + More update the doc 02 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-service.eclass: Always use openSUSE:Tools as project to get updates. Remove obs_package diff --git a/eclass/obs-download.eclass b/eclass/obs-download.eclass index 42c55152fe29..15b1e649cb79 100644 --- a/eclass/obs-download.eclass +++ b/eclass/obs-download.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/obs-download.eclass,v 1.3 2012/10/02 10:46:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/obs-download.eclass,v 1.4 2012/10/02 10:57:52 scarabeus Exp $ # @ECLASS: obs-download.eclass # @MAINTAINER: @@ -28,7 +28,7 @@ # @DEFAULT_UNSET # @DESCRIPTION: # In which obs project pakage is. -# This variable does not have to be set, if +# This variable does not have to be set and is overriden, if # OPENSUSE_RELEASE is provided. # @ECLASS-VARIABLE: OBS_PACKAGE |