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.15.ebuild
@ 2008-12-22 14:07 Christian Faulhammer (fauli)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (fauli) @ 2008-12-22 14:07 UTC (permalink / raw
  To: gentoo-commits

fauli       08/12/22 14:07:04

  Modified:             ChangeLog
  Added:                claws-mail-attachwarner-0.2.15.ebuild
  Log:
  version bump
  (Portage version: 2.1.4.5)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	10 Dec 2008 23:36:07 -0000	1.26
+++ ChangeLog	22 Dec 2008 14:07:03 -0000	1.27
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-attachwarner
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.26 2008/12/10 23:36:07 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.27 2008/12/22 14:07:03 fauli Exp $
+
+*claws-mail-attachwarner-0.2.15 (22 Dec 2008)
+
+  22 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-attachwarner-0.2.15.ebuild:
+  version bump
 
   10 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
   -claws-mail-attachwarner-0.2.12.ebuild,



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.15.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.15.ebuild?rev=1.1&content-type=text/plain

Index: claws-mail-attachwarner-0.2.15.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-attachwarner/claws-mail-attachwarner-0.2.15.ebuild,v 1.1 2008/12/22 14:07:03 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.0
		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:[~2008-12-22 14:07 UTC | newest]

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