summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-05-12 12:48:07 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-05-12 12:48:07 +0000
commit2b085dbb40e205acd2c99434ab3d069d4a4b17c5 (patch)
tree2e44155b1d63f7a541ec6e0e308ad00accf1ac45 /net-p2p
parentunused version (diff)
downloadgentoo-2-2b085dbb40e205acd2c99434ab3d069d4a4b17c5.tar.gz
gentoo-2-2b085dbb40e205acd2c99434ab3d069d4a4b17c5.tar.bz2
gentoo-2-2b085dbb40e205acd2c99434ab3d069d4a4b17c5.zip
Version bump, remove old.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/lince/ChangeLog8
-rw-r--r--net-p2p/lince/lince-0.99.2.ebuild23
-rw-r--r--net-p2p/lince/lince-0.99.4.ebuild (renamed from net-p2p/lince/lince-0.99.3.ebuild)2
3 files changed, 8 insertions, 25 deletions
diff --git a/net-p2p/lince/ChangeLog b/net-p2p/lince/ChangeLog
index 21510e61e666..6a95d3fee193 100644
--- a/net-p2p/lince/ChangeLog
+++ b/net-p2p/lince/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/lince
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.9 2008/04/16 22:17:29 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.10 2008/05/12 12:48:07 coldwind Exp $
+
+*lince-0.99.4 (12 May 2008)
+
+ 12 May 2008; Santiago M. Mola <coldwind@gentoo.org> -lince-0.99.2.ebuild,
+ -lince-0.99.3.ebuild, +lince-0.99.4.ebuild:
+ Version bump, remove old.
*lince-0.99.3 (16 Apr 2008)
diff --git a/net-p2p/lince/lince-0.99.2.ebuild b/net-p2p/lince/lince-0.99.2.ebuild
deleted file mode 100644
index d15769c22e38..000000000000
--- a/net-p2p/lince/lince-0.99.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.2.ebuild,v 1.2 2008/03/24 20:32:47 coldwind Exp $
-
-DESCRIPTION="a light, powerfull and full feature gtkmm bittorrent client"
-SRC_URI="mirror://sourceforge/lincetorrent/${P}.tar.gz"
-HOMEPAGE="http://lincetorrent.sourceforge.net"
-
-DEPEND="dev-cpp/gtkmm
- x11-libs/cairo
- >=net-libs/rb_libtorrent-0.13_pre1912
- dev-libs/libxml2
- sys-devel/gettext"
-RDEPEND="${DEPEND}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install () {
- emake DESTDIR="${D}" install || die
-}
diff --git a/net-p2p/lince/lince-0.99.3.ebuild b/net-p2p/lince/lince-0.99.4.ebuild
index 915bc556993c..47973ca7c585 100644
--- a/net-p2p/lince/lince-0.99.3.ebuild
+++ b/net-p2p/lince/lince-0.99.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.3.ebuild,v 1.1 2008/04/16 22:17:29 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.4.ebuild,v 1.1 2008/05/12 12:48:07 coldwind Exp $
MY_P="Lince-${PV}"