| 1 | # Copyright 1999-2012 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-service.eclass,v 1.2 2012/02/25 22:56:56 miska Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/obs-service.eclass,v 1.3 2012/08/17 13:04:25 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: obs-service.eclass |
5 | # @ECLASS: obs-service.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # miska@gentoo.org |
7 | # suse@gentoo.org |
| 8 | # @BLURB: Reduces code duplication in the Open Build Service services. |
8 | # @BLURB: Reduces code duplication in the Open Build Service services. |
| 9 | # @DESCRIPTION: |
9 | # @DESCRIPTION: |
| 10 | # This eclass makes it easier to package Open Build Service services. Based on |
10 | # This eclass makes it easier to package Open Build Service services. Based on |
| 11 | # provided information it will set all needed variables and takes care of |
11 | # provided information it will set all needed variables and takes care of |
| 12 | # installation. |
12 | # installation. |