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 1QvEkf-0003dE-0N for garchives@archives.gentoo.org; Sun, 21 Aug 2011 20:36:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F37021C103; Sun, 21 Aug 2011 20:36:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DBFF321C103 for ; Sun, 21 Aug 2011 20:36:04 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D599641D2 for ; Sun, 21 Aug 2011 20:36:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 0D24E2004C; Sun, 21 Aug 2011 20:36:03 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libtinynotify: metadata.xml libtinynotify-0.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml libtinynotify-0.0.1.ebuild ChangeLog X-VCS-Directories: x11-libs/libtinynotify X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Message-Id: <20110821203603.0D24E2004C@flycatcher.gentoo.org> Date: Sun, 21 Aug 2011 20:36:03 +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: 880272ecc25d8e8679288b11ef1d9c1a mgorny 11/08/21 20:36:03 Added: metadata.xml libtinynotify-0.0.1.ebuild ChangeLog Log: Introduce the first ebuild for libtinynotify. =20 (Portage version: 2.2.0_alpha51_p4/cvs/Linux x86_64) Revision Changes Path 1.1 x11-libs/libtinynotify/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinyno= tify/metadata.xml?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinyno= tify/metadata.xml?rev=3D1.1&content-type=3Dtext/plain Index: metadata.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D no-herd mgorny@gentoo.org Micha=C5=82 G=C3=B3rny mgorny@gentoo.org Micha=C5=82 G=C3=B3rny http://bugs.gentoo.org/enter_bug.cgi?product=3DGentoo%20Linux&= amp;component=3DApplications&short_desc=3Dx11-libs/libtinynotify:%20<= /bugs-to> 1.1 x11-libs/libtinynotify/libtinynotify-0.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinyno= tify/libtinynotify-0.0.1.ebuild?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinyno= tify/libtinynotify-0.0.1.ebuild?rev=3D1.1&content-type=3Dtext/plain Index: libtinynotify-0.0.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/libtinynotify-0= .0.1.ebuild,v 1.1 2011/08/21 20:36:02 mgorny Exp $ EAPI=3D4 inherit autotools-utils DESCRIPTION=3D"A lightweight implementation of Desktop Notification Spec" HOMEPAGE=3D"https://github.com/mgorny/libtinynotify/" SRC_URI=3D"http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" LICENSE=3D"BSD" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"debug doc static-libs" RDEPEND=3D"sys-apps/dbus" DEPEND=3D"${RDEPEND} doc? ( dev-util/gtk-doc )" DOCS=3D( README ) RESTRICT=3Dtest src_configure() { myeconfargs=3D( $(use_enable doc gtk-doc) ) autotools-utils_src_configure } 1.1 x11-libs/libtinynotify/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinyno= tify/ChangeLog?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libtinyno= tify/ChangeLog?rev=3D1.1&content-type=3Dtext/plain Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # ChangeLog for x11-libs/libtinynotify # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libtinynotify/ChangeLog,v 1.1= 2011/08/21 20:36:02 mgorny Exp $ *libtinynotify-0.0.1 (21 Aug 2011) 21 Aug 2011; Micha=C5=82 G=C3=B3rny +libtinynotify-= 0.0.1.ebuild, +metadata.xml: Introduce the first ebuild for libtinynotify.