diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-06-11 21:31:43 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-06-11 21:31:43 +0000 |
commit | ef270f59adc01eabf736d147e6ed934729626844 (patch) | |
tree | dafefabae9b3c16131ea201934392e61534360ca /gnome-extra | |
parent | amd64 stable, bug #272673 (diff) | |
download | gentoo-2-ef270f59adc01eabf736d147e6ed934729626844.tar.gz gentoo-2-ef270f59adc01eabf736d147e6ed934729626844.tar.bz2 gentoo-2-ef270f59adc01eabf736d147e6ed934729626844.zip |
Version bump. Removing invalid entry from ChangeLog.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/contacts/ChangeLog | 14 | ||||
-rw-r--r-- | gnome-extra/contacts/contacts-0.10.ebuild | 36 |
2 files changed, 43 insertions, 7 deletions
diff --git a/gnome-extra/contacts/ChangeLog b/gnome-extra/contacts/ChangeLog index 5c2e8c2e9ba6..eb57fb4307d3 100644 --- a/gnome-extra/contacts/ChangeLog +++ b/gnome-extra/contacts/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/contacts -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.6 2008/11/21 21:54:35 eva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.7 2009/06/11 21:31:43 eva Exp $ + +*contacts-0.10 (11 Jun 2009) + + 11 Jun 2009; Gilles Dartiguelongue <eva@gentoo.org> +contacts-0.10.ebuild: + Version bump. Removing invalid entry from ChangeLog. 21 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org> +files/contacts-0.9-dbus.patch, contacts-0.9.ebuild: @@ -17,11 +22,6 @@ -contacts-0.5.ebuild, -contacts-0.7.ebuild, +contacts-0.8.ebuild: Version bump, bug #165124 -*contacts-0.7-r1 (20 Dez 2007) - - 20 Dez 2007; <> contacts-0.7-r1.ebuild files/digest-contacts-0.7-r1 - # INSERT ENTRY HERE - *contacts-0.7 (15 Aug 2007) 15 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> diff --git a/gnome-extra/contacts/contacts-0.10.ebuild b/gnome-extra/contacts/contacts-0.10.ebuild new file mode 100644 index 000000000000..9ea613d72d28 --- /dev/null +++ b/gnome-extra/contacts/contacts-0.10.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.10.ebuild,v 1.1 2009/06/11 21:31:43 eva Exp $ + +GCONF_DEBUG="no" + +inherit eutils gnome2 + +DESCRIPTION="A small, lightweight addressbook for GNOME" +HOMEPAGE="http://pimlico-project.org/contacts.html" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="dbus" + +RDEPEND=">=gnome-extra/evolution-data-server-1.8 + >=x11-libs/gtk+-2.6" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.35.0 + >=dev-util/pkgconfig-0.9" + +# README is empty +DOCS="AUTHORS ChangeLog NEWS" + +pkg_setup() { + G2CONF="${G2CONF} $(use_enable dbus)" +} + +src_unpack() { + gnome2_src_unpack + + # Fix compilation with USE="-dbus", bug #247519 + epatch "${FILESDIR}/${PN}-0.9-dbus.patch" +} |