public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.17.ebuild
@ 2008-06-30  7:15 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-06-30  7:15 UTC (permalink / raw
  To: gentoo-commits

opfer       08/06/30 07:15:34

  Modified:             ChangeLog
  Added:                claws-mail-notification-0.17.ebuild
  Log:
  version bump
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.22                 mail-client/claws-mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	23 Jun 2008 07:01:53 -0000	1.21
+++ ChangeLog	30 Jun 2008 07:15:33 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-notification
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.21 2008/06/23 07:01:53 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.22 2008/06/30 07:15:33 opfer Exp $
+
+*claws-mail-notification-0.17 (30 Jun 2008)
+
+  30 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+  +claws-mail-notification-0.17.ebuild:
+  version bump
 
   23 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
   -claws-mail-notification-0.12.ebuild,



1.1                  mail-client/claws-mail-notification/claws-mail-notification-0.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.17.ebuild?rev=1.1&content-type=text/plain

Index: claws-mail-notification-0.17.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/claws-mail-notification-0.17.ebuild,v 1.1 2008/06/30 07:15:33 opfer Exp $

MY_P="${PN#claws-mail-}_plugin-${PV}"

DESCRIPTION="Plugin providing various ways to notify user of new and unread mail"
HOMEPAGE="http://www.claws-mail.org/"
SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libnotify"
RDEPEND=">=mail-client/claws-mail-3.5.0
		>=x11-libs/gtk+-2.10
		libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}
		dev-util/pkgconfig"

S="${WORKDIR}/${MY_P}"

src_compile() {
	econf $(use_enable libnotify) || die
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc AUTHORS ChangeLog NEWS README

	# kill useless files
	rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.17.ebuild
@ 2008-12-08  0:15 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2008-12-08  0:15 UTC (permalink / raw
  To: gentoo-commits

fauli       08/12/08 00:15:24

  Modified:             ChangeLog
  Removed:              claws-mail-notification-0.17.ebuild
  Log:
  clean up
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.29                 mail-client/claws-mail-notification/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-notification/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	28 Nov 2008 23:21:28 -0000	1.28
+++ ChangeLog	8 Dec 2008 00:15:24 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-notification
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.28 2008/11/28 23:21:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-notification/ChangeLog,v 1.29 2008/12/08 00:15:24 fauli Exp $
+
+  08 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
+  -claws-mail-notification-0.17.ebuild:
+  clean up
 
   28 Nov 2008; Markus Meier <maekke@gentoo.org>
   claws-mail-notification-0.19.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-08  0:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30  7:15 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-notification: ChangeLog claws-mail-notification-0.17.ebuild Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-08  0:15 Christian Faulhammer (fauli)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox