diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-08 09:03:15 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-08 09:03:15 +0000 |
commit | d3df242261d1ee552080c6cc50a4dfc6ff9c67bb (patch) | |
tree | 2e0009a6b49de5a8a7488f4e87c885e6c13d99ad /app-mobilephone | |
parent | Add inherit eutils for epatch. (diff) | |
download | gentoo-2-d3df242261d1ee552080c6cc50a4dfc6ff9c67bb.tar.gz gentoo-2-d3df242261d1ee552080c6cc50a4dfc6ff9c67bb.tar.bz2 gentoo-2-d3df242261d1ee552080c6cc50a4dfc6ff9c67bb.zip |
Add inherit eutils for epatch.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gammu/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/gammu/gammu-1.25.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-mobilephone/gammu/gammu-1.26.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-mobilephone/gammu/gammu-1.27.0.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/app-mobilephone/gammu/ChangeLog b/app-mobilephone/gammu/ChangeLog index 396801633528..a3d4b5f43616 100644 --- a/app-mobilephone/gammu/ChangeLog +++ b/app-mobilephone/gammu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/gammu # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.79 2010/02/01 21:46:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.80 2010/02/08 09:03:15 pva Exp $ + + 08 Feb 2010; Peter Volkov <pva@gentoo.org> gammu-1.25.0-r1.ebuild, + gammu-1.26.1-r1.ebuild, gammu-1.27.0.ebuild: + Add inherit eutils for epatch. *gammu-1.27.0 (01 Feb 2010) diff --git a/app-mobilephone/gammu/gammu-1.25.0-r1.ebuild b/app-mobilephone/gammu/gammu-1.25.0-r1.ebuild index 44a047f7950d..04c46a36f99a 100644 --- a/app-mobilephone/gammu/gammu-1.25.0-r1.ebuild +++ b/app-mobilephone/gammu/gammu-1.25.0-r1.ebuild @@ -1,10 +1,10 @@ -# 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/app-mobilephone/gammu/gammu-1.25.0-r1.ebuild,v 1.3 2009/10/24 11:02:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.25.0-r1.ebuild,v 1.4 2010/02/08 09:03:15 pva Exp $ EAPI="2" -inherit cmake-utils distutils +inherit eutils cmake-utils distutils DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" HOMEPAGE="http://www.gammu.org" diff --git a/app-mobilephone/gammu/gammu-1.26.1-r1.ebuild b/app-mobilephone/gammu/gammu-1.26.1-r1.ebuild index d746c0ae4c9a..bd33d78b8093 100644 --- a/app-mobilephone/gammu/gammu-1.26.1-r1.ebuild +++ b/app-mobilephone/gammu/gammu-1.26.1-r1.ebuild @@ -1,10 +1,10 @@ -# 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/app-mobilephone/gammu/gammu-1.26.1-r1.ebuild,v 1.1 2009/09/21 04:38:37 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.26.1-r1.ebuild,v 1.2 2010/02/08 09:03:15 pva Exp $ EAPI="2" -inherit cmake-utils distutils +inherit eutils cmake-utils distutils DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" HOMEPAGE="http://www.gammu.org" diff --git a/app-mobilephone/gammu/gammu-1.27.0.ebuild b/app-mobilephone/gammu/gammu-1.27.0.ebuild index 1af4c5b9593a..e0d973e634ce 100644 --- a/app-mobilephone/gammu/gammu-1.27.0.ebuild +++ b/app-mobilephone/gammu/gammu-1.27.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.27.0.ebuild,v 1.1 2010/02/01 21:46:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/gammu-1.27.0.ebuild,v 1.2 2010/02/08 09:03:15 pva Exp $ EAPI="2" -inherit cmake-utils distutils +inherit eutils cmake-utils distutils DESCRIPTION="a fork of the gnokii project, a tool to handle your cellular phone" HOMEPAGE="http://www.gammu.org" |