public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-attachwarner: ChangeLog claws-mail-attachwarner-0.2.17.ebuild claws-mail-attachwarner-0.2.15.ebuild
@ 2009-07-06 12:07 Christian Faulhammer (fauli)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (fauli) @ 2009-07-06 12:07 UTC (permalink / raw
  To: gentoo-commits

fauli       09/07/06 12:07:05

  Modified:             ChangeLog
  Added:                claws-mail-attachwarner-0.2.17.ebuild
  Removed:              claws-mail-attachwarner-0.2.15.ebuild
  Log:
  version bump and clean up
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.34                 mail-client/claws-mail-attachwarner/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	2 Jul 2009 19:42:21 -0000	1.33
+++ ChangeLog	6 Jul 2009 12:07:05 -0000	1.34
@@ -1,6 +1,13 @@
 # ChangeLog for mail-client/claws-mail-attachwarner
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.33 2009/07/02 19:42:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.34 2009/07/06 12:07:05 fauli Exp $
+
+*claws-mail-attachwarner-0.2.17 (06 Jul 2009)
+
+  06 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
+  -claws-mail-attachwarner-0.2.15.ebuild,
+  +claws-mail-attachwarner-0.2.17.ebuild:
+  version bump and clean up
 
   02 Jul 2009; Markus Meier <maekke@gentoo.org>
   claws-mail-attachwarner-0.2.16.ebuild:



1.1                  mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.17.ebuild

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

Index: claws-mail-attachwarner-0.2.17.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.17.ebuild,v 1.1 2009/07/06 12:07:05 fauli Exp $

MY_P="${P#claws-mail-}"

DESCRIPTION="Warn about missing attachment, if it's mentioned in message body."
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 ~ppc ~x86"
IUSE="nls"
RDEPEND=">=mail-client/claws-mail-3.7.1
		nls? ( >=sys-devel/gettext-0.12.1 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

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

src_compile() {
	econf $(use_enable nls) || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc ChangeLog README

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-06 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06 12:07 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-attachwarner: ChangeLog claws-mail-attachwarner-0.2.17.ebuild claws-mail-attachwarner-0.2.15.ebuild 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