summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-07-08 13:06:42 +0000
committerMichał Górny <mgorny@gentoo.org>2010-07-08 13:06:42 +0000
commit8f13cd82ba3f1b68c54f85ddcc052907ff3f4c43 (patch)
tree130af7244e2a113d22969d1a10e1c04fe8abc1a0
parentdev-util/ geany-plugins: Now in portage, thanks to polynomial-c and few_. (diff)
downloadsunrise-8f13cd82ba3f1b68c54f85ddcc052907ff3f4c43.tar.gz
sunrise-8f13cd82ba3f1b68c54f85ddcc052907ff3f4c43.tar.bz2
sunrise-8f13cd82ba3f1b68c54f85ddcc052907ff3f4c43.zip
net-misc/teardrop: Version bump, HOMEPAGE & SRC_URI update, overall cleanup.
svn path=/sunrise/; revision=10960
-rw-r--r--net-misc/teardrop/ChangeLog8
-rw-r--r--net-misc/teardrop/Manifest6
-rw-r--r--net-misc/teardrop/teardrop-1.1.1.ebuild34
-rw-r--r--net-misc/teardrop/teardrop-1.1.2.ebuild28
4 files changed, 38 insertions, 38 deletions
diff --git a/net-misc/teardrop/ChangeLog b/net-misc/teardrop/ChangeLog
index 521ddefb0..3293d59bd 100644
--- a/net-misc/teardrop/ChangeLog
+++ b/net-misc/teardrop/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for net-misc/teardrop
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*teardrop-1.1.2 (06 Jul 2010)
+
+ 06 Jul 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
+ -teardrop-1.1.1.ebuild, +teardrop-1.1.2.ebuild:
+ Version bump, HOMEPAGE & SRC_URI update, overall cleanup.
+
13 Jan 2008; Jakub Moc <jakub@gentoo.org> teardrop-1.1.1.ebuild:
Fix wxGTK handling, ebuild cleanup
diff --git a/net-misc/teardrop/Manifest b/net-misc/teardrop/Manifest
index a99c96f07..1788af832 100644
--- a/net-misc/teardrop/Manifest
+++ b/net-misc/teardrop/Manifest
@@ -1,4 +1,4 @@
-DIST teardrop-1.1.1.tar.bz2 177672 RMD160 95ba942afaeb8b940ca96384ef509aec92509b50 SHA1 359b1d1762862d3255c6894b2040d5622927423e SHA256 eeddd9492ada6370b7cd53871d3a82d85f817702fe3e321a0f81cdde02dbeaad
-EBUILD teardrop-1.1.1.ebuild 739 RMD160 3b224e3fede5f2a9b032cc5a0cfd27637d560e0e SHA1 3ad1f12b8fef08b184cf7a7fcac64e0634277f01 SHA256 b04c2bb4e85d08136711695d6dd0e77af99da88b9341df1768b121de009e5411
-MISC ChangeLog 690 RMD160 2a07a18e436b07428bedc4989b01627f2e13c595 SHA1 18174585faa4af0b56f469a2a39e5d1955be9c46 SHA256 d1e7f3298bf5de20481f30e0ae5f9c6cbafb979a5b98ac99ae9bb4e6e2429b89
+DIST teardrop-1.1.2.tar.bz2 177643 RMD160 78b35053a8a959fcf30225131bf997f177670d5d SHA1 8fa789cf7f7cc62d707a497cac93cdeb47028f2c SHA256 c5f5cd13b6ac9ce05e9cf7cf08c26fc015ba092c5ca7016123b83b2acc795b8a
+EBUILD teardrop-1.1.2.ebuild 604 RMD160 99614ef5321020402365af4031613c841c00ca13 SHA1 2f066152d153a6cd20ee89d1b67cc656b4848615 SHA256 c77b0cb2baa86d9fd8f6cd716996442f501ea2310047a9847044001301ac1545
+MISC ChangeLog 901 RMD160 eee88d91223814214b92daa92b22acd69b52929f SHA1 80c4c742fbebe638953958fab0e60c9b345183b3 SHA256 2a8852d6f83d0cafe6b5844e46eb56557578f0797e6040d1e1dd290ccb25cfd4
MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/net-misc/teardrop/teardrop-1.1.1.ebuild b/net-misc/teardrop/teardrop-1.1.1.ebuild
deleted file mode 100644
index 3973eac77..000000000
--- a/net-misc/teardrop/teardrop-1.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-WX_GTK_VER=2.6
-inherit wxwidgets
-
-DESCRIPTION="query multiple search engines at the same time"
-HOMEPAGE="http://olivier.coupelon.free.fr/teardrop/"
-SRC_URI="http://olivier.coupelon.free.fr/${PN}/download/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="unicode"
-
-DEPEND="virtual/libiconv
- dev-libs/libxml2
- net-misc/curl
- dev-libs/libpcre
- =x11-libs/wxGTK-2.6*"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- use unicode && need-wxwidgets unicode
-
- econf --with-wx-config="${WX_CONFIG}"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc ChangeLog
-}
diff --git a/net-misc/teardrop/teardrop-1.1.2.ebuild b/net-misc/teardrop/teardrop-1.1.2.ebuild
new file mode 100644
index 000000000..269bba37d
--- /dev/null
+++ b/net-misc/teardrop/teardrop-1.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+WX_GTK_VER=2.8
+inherit wxwidgets
+
+DESCRIPTION="Query multiple search engines at the same time"
+HOMEPAGE="http://www.teardrop.fr/"
+SRC_URI="http://www.teardrop.fr/releases/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="dev-libs/libpcre
+ dev-libs/libxml2
+ net-misc/curl
+ virtual/libiconv
+ x11-libs/wxGTK:${WX_GTK_VER}[X]"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc ChangeLog || die
+}