diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-01-15 20:54:56 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-01-15 20:54:56 +0000 |
commit | 3712368a74eaf7cc57ad8857d0763351bff4673f (patch) | |
tree | 747fa1798b5b6ad9f40e0179f600099651b3a67b /eclass | |
parent | Remove old. (diff) | |
download | historical-3712368a74eaf7cc57ad8857d0763351bff4673f.tar.gz historical-3712368a74eaf7cc57ad8857d0763351bff4673f.tar.bz2 historical-3712368a74eaf7cc57ad8857d0763351bff4673f.zip |
Add maintainer, description tags etc.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/vdr-plugin.eclass | 16 |
2 files changed, 13 insertions, 8 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index bf9ec3c79570..3fd3110d7a0a 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.90 2012/01/15 20:03:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.91 2012/01/15 20:54:56 idl0r Exp $ 15 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: Quiet grep output. 15 Jan 2012; Christian Ruppert <idl0r@gentoo.org> vdr-plugin.eclass: + Add maintainer, description tags etc. + + 15 Jan 2012; Christian Ruppert <idl0r@gentoo.org> vdr-plugin.eclass: Add EAPI 4 support 15 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index d26a507f7b34..01a1f2139897 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,16 +1,18 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.78 2012/01/15 17:11:08 idl0r Exp $ -# +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.79 2012/01/15 20:54:56 idl0r Exp $ + +# @ECLASS: vdr-plugin.eclass +# @MAINTAINER: +# vdr@gentoo.org +# @BLURB: common vdr plugin ebuild functions +# @DESCRIPTION: +# Eclass for easing maitenance of vdr plugin ebuilds + # Author: # Matthias Schwarzott <zzam@gentoo.org> # Joerg Bornkessel <hd_brummy@gentoo.org> -# vdr-plugin.eclass -# -# eclass to create ebuilds for vdr plugins -# - # Example ebuild (basic version without patching): # # EAPI="2" |