From ea582ff3aaa3664bf17b86f934fcbebbbe333dc8 Mon Sep 17 00:00:00 2001 From: Daniel Gryniewicz Date: Mon, 15 Oct 2007 14:37:01 +0000 Subject: Add remove-duplicates-plugin for evo svn path=/maintainer/; revision=65 --- gnome-extra/remove-duplicates-plugin/Manifest | 12 ++++++++++ .../files/digest-remove-duplicates-plugin-0.0.3 | 3 +++ .../remove-duplicates-plugin-0.0.3-evo2.12.patch | 23 ++++++++++++++++++ .../remove-duplicates-plugin-0.0.3.ebuild | 27 ++++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 gnome-extra/remove-duplicates-plugin/Manifest create mode 100644 gnome-extra/remove-duplicates-plugin/files/digest-remove-duplicates-plugin-0.0.3 create mode 100644 gnome-extra/remove-duplicates-plugin/files/remove-duplicates-plugin-0.0.3-evo2.12.patch create mode 100644 gnome-extra/remove-duplicates-plugin/remove-duplicates-plugin-0.0.3.ebuild diff --git a/gnome-extra/remove-duplicates-plugin/Manifest b/gnome-extra/remove-duplicates-plugin/Manifest new file mode 100644 index 0000000..c8d5d36 --- /dev/null +++ b/gnome-extra/remove-duplicates-plugin/Manifest @@ -0,0 +1,12 @@ +AUX remove-duplicates-plugin-0.0.3-evo2.12.patch 1039 RMD160 0c69367c52ee06f4c62b0d574c4ae0b7172d2479 SHA1 4ca833f2df14b7daa738fb00e33f081b425de7ff SHA256 eb6bd352aa248570f0cb8c1c3d2ec15809ed9cf7fb1773a4b01331cdc80d81ee +MD5 1d6f00a3a954e92c659fc96723f50cdd files/remove-duplicates-plugin-0.0.3-evo2.12.patch 1039 +RMD160 0c69367c52ee06f4c62b0d574c4ae0b7172d2479 files/remove-duplicates-plugin-0.0.3-evo2.12.patch 1039 +SHA256 eb6bd352aa248570f0cb8c1c3d2ec15809ed9cf7fb1773a4b01331cdc80d81ee files/remove-duplicates-plugin-0.0.3-evo2.12.patch 1039 +DIST remove-duplicates-plugin-0.0.3.tar.gz 361300 RMD160 5859d89c5e7c2a231031845f117471ea14d18443 SHA1 7a3bac77640de701acb0bf066928c33ff480ee60 SHA256 fa76e4c4fb4f0de7beb6e221bcfe6b02cbd9b06d143d0e9c27465232f3978b38 +EBUILD remove-duplicates-plugin-0.0.3.ebuild 589 RMD160 00f3e5a18535a054a77bebcb41281d785e5e361c SHA1 cb60fedc01ef9ac35abd4ef2b35d8b90d4116b7c SHA256 b44caea8bce63df9a8133c778f5a535fa86150a7bea21794bfac013ae376663e +MD5 4533fdcbca31b45be9c9c9effe967a3c remove-duplicates-plugin-0.0.3.ebuild 589 +RMD160 00f3e5a18535a054a77bebcb41281d785e5e361c remove-duplicates-plugin-0.0.3.ebuild 589 +SHA256 b44caea8bce63df9a8133c778f5a535fa86150a7bea21794bfac013ae376663e remove-duplicates-plugin-0.0.3.ebuild 589 +MD5 9bd14912659db7fcaddd0a352d0208d6 files/digest-remove-duplicates-plugin-0.0.3 292 +RMD160 ea861bdf7281a9e1281b8792d2dbea3fdfa059d6 files/digest-remove-duplicates-plugin-0.0.3 292 +SHA256 01351a6f45e494321db50b25cb6e376a9d63b5c03fd6aa1be21e977665ee4848 files/digest-remove-duplicates-plugin-0.0.3 292 diff --git a/gnome-extra/remove-duplicates-plugin/files/digest-remove-duplicates-plugin-0.0.3 b/gnome-extra/remove-duplicates-plugin/files/digest-remove-duplicates-plugin-0.0.3 new file mode 100644 index 0000000..14591a6 --- /dev/null +++ b/gnome-extra/remove-duplicates-plugin/files/digest-remove-duplicates-plugin-0.0.3 @@ -0,0 +1,3 @@ +MD5 ebed15a4745179fd51a1115074e3ead6 remove-duplicates-plugin-0.0.3.tar.gz 361300 +RMD160 5859d89c5e7c2a231031845f117471ea14d18443 remove-duplicates-plugin-0.0.3.tar.gz 361300 +SHA256 fa76e4c4fb4f0de7beb6e221bcfe6b02cbd9b06d143d0e9c27465232f3978b38 remove-duplicates-plugin-0.0.3.tar.gz 361300 diff --git a/gnome-extra/remove-duplicates-plugin/files/remove-duplicates-plugin-0.0.3-evo2.12.patch b/gnome-extra/remove-duplicates-plugin/files/remove-duplicates-plugin-0.0.3-evo2.12.patch new file mode 100644 index 0000000..56ee5db --- /dev/null +++ b/gnome-extra/remove-duplicates-plugin/files/remove-duplicates-plugin-0.0.3-evo2.12.patch @@ -0,0 +1,23 @@ +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN remove-duplicates-plugin-0.0.3.orig/configure.in remove-duplicates-plugin-0.0.3/configure.in +--- remove-duplicates-plugin-0.0.3.orig/configure.in 2007-04-16 20:07:15.000000000 -0400 ++++ remove-duplicates-plugin-0.0.3/configure.in 2007-10-15 10:05:39.000000000 -0400 +@@ -30,16 +30,16 @@ dnl ==================================== + dnl required packages detection + dnl ===================================================== + PKG_CHECK_MODULES(REMOVE_DUPLICATES_PLUGIN, [ +- evolution-plugin-2.10 >= $EVOLUTION_PLUGIN_REQUIRED ++ evolution-plugin >= $EVOLUTION_PLUGIN_REQUIRED + ]) + + AC_SUBST(REMOVE_DUPLICATES_PLUGIN_LIBS) + AC_SUBST(REMOVE_DUPLICATES_PLUGIN_CFLAGS) + +-PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin-2.10` ++PLUGINDIR=`pkg-config --variable=plugindir evolution-plugin` + AC_SUBST(PLUGINDIR) + +-ERRORDIR=`pkg-config --variable=errordir evolution-plugin-2.10` ++ERRORDIR=`pkg-config --variable=errordir evolution-plugin` + AC_SUBST(ERRORDIR) + + AC_OUTPUT([ diff --git a/gnome-extra/remove-duplicates-plugin/remove-duplicates-plugin-0.0.3.ebuild b/gnome-extra/remove-duplicates-plugin/remove-duplicates-plugin-0.0.3.ebuild new file mode 100644 index 0000000..e5bb361 --- /dev/null +++ b/gnome-extra/remove-duplicates-plugin/remove-duplicates-plugin-0.0.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit gnome2 eutils autotools + +DESCRIPTION="Evolution plugin to remove duplicate email" +HOMEPAGE="http://www.gnome.org/~carlosg/stuff/evolution/" +SRC_URI="http://www.gnome.org/~carlosg/stuff/evolution/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=mail-client/evolution-2.12" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.29" + +src_unpack() { + gnome2_src_unpack + + epatch "${FILESDIR}"/${P}-evo2.12.patch + + eautoreconf + intltoolize --force +} -- cgit v1.2.3-65-gdbad