From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PmTFf-0008Hk-VJ for garchives@archives.gentoo.org; Mon, 07 Feb 2011 15:43:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B12F9E09CD; Mon, 7 Feb 2011 15:43:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8061FE09CD for ; Mon, 7 Feb 2011 15:43:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E8DE1B4050 for ; Mon, 7 Feb 2011 15:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6920D8006A for ; Mon, 7 Feb 2011 15:43:34 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <55233909f4abee67eb62b03920470ed050f3202a.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/libnotify/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/libnotify/libnotify-0.7.1.ebuild X-VCS-Directories: x11-libs/libnotify/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 55233909f4abee67eb62b03920470ed050f3202a Date: Mon, 7 Feb 2011 15:43:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8f7277c160c2c0115e901093b83715fd commit: 55233909f4abee67eb62b03920470ed050f3202a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Feb 7 15:40:43 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Feb 7 15:42:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D55233909 x11-libs/libnotify: all relevant changes moved to gentoo-x86 --- x11-libs/libnotify/libnotify-0.7.1.ebuild | 42 -----------------------= ------ 1 files changed, 0 insertions(+), 42 deletions(-) diff --git a/x11-libs/libnotify/libnotify-0.7.1.ebuild b/x11-libs/libnoti= fy/libnotify-0.7.1.ebuild deleted file mode 100644 index f301980..0000000 --- a/x11-libs/libnotify/libnotify-0.7.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.eb= uild,v 1.14 2010/03/26 16:28:15 ssuominen Exp $ - -EAPI=3D"3" - -inherit autotools eutils gnome.org - -DESCRIPTION=3D"Notifications library" -HOMEPAGE=3D"http://www.galago-project.org/" - -LICENSE=3D"LGPL-2.1" -SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fb= sd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solari= s" -IUSE=3D"doc introspection test" - -RDEPEND=3D">=3Ddev-libs/glib-2.26:2 - introspection? ( >=3Ddev-libs/gobject-introspection-0.9.12 )" -DEPEND=3D"${RDEPEND} - dev-util/pkgconfig - dev-util/gtk-doc-am - doc? ( >=3Ddev-util/gtk-doc-1.14 ) - test? ( >=3Dx11-libs/gtk+-2.90:3 )" -PDEPEND=3D"|| ( - x11-misc/notification-daemon - xfce-extra/xfce4-notifyd - x11-misc/notify-osd - >=3Dx11-wm/awesome-3.4.4 )" - -src_configure() { - econf \ - --disable-static \ - --disable-dependency-tracking \ - $(use_enable test tests) -} - -src_install() { - emake install DESTDIR=3D"${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS || die "dodoc failed" -} - -# Add preserve: /usr/lib64/libnotify.so.1