| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/obs-download.eclass,v 1.1 2011/09/16 15:49:19 miska Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/obs-download.eclass,v 1.2 2012/08/17 13:04:25 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: obs-download.eclass |
5 | # @ECLASS: obs-download.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # miska@gentoo.org |
7 | # suse@gentoo.org |
| 8 | # @BLURB: Simplifies downloading from openSUSE Build Service. |
8 | # @BLURB: Simplifies downloading from openSUSE Build Service. |
| 9 | # @DESCRIPTION: |
9 | # @DESCRIPTION: |
| 10 | # This eclass constructs OBS_URI based on provided project in openSUSE Build |
10 | # This eclass constructs OBS_URI based on provided project in openSUSE Build |
| 11 | # Service and package name. It can be used by packages/eclasses to download |
11 | # Service and package name. It can be used by packages/eclasses to download |
| 12 | # actual files. |
12 | # actual files. |