summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-12 08:51:44 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-12 08:51:44 +0000
commitc863c2b5906888697fea81d55872ee2a32c6e4f4 (patch)
tree4b53a1d4dd9b37b257998d7d81ec4a541ac0fd50 /net-misc
parentBump (diff)
downloadgentoo-2-c863c2b5906888697fea81d55872ee2a32c6e4f4.tar.gz
gentoo-2-c863c2b5906888697fea81d55872ee2a32c6e4f4.tar.bz2
gentoo-2-c863c2b5906888697fea81d55872ee2a32c6e4f4.zip
Bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/vget/ChangeLog9
-rw-r--r--net-misc/vget/vget-0.3.6.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/net-misc/vget/ChangeLog b/net-misc/vget/ChangeLog
index cf6fe5b57143..e34f41e2b4a3 100644
--- a/net-misc/vget/ChangeLog
+++ b/net-misc/vget/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/vget
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vget/ChangeLog,v 1.2 2008/09/21 12:57:43 hanno Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vget/ChangeLog,v 1.3 2009/09/12 08:51:44 patrick Exp $
+
+*vget-0.3.6 (12 Sep 2009)
+
+ 12 Sep 2009; Patrick Lauer <patrick@gentoo.org> +vget-0.3.6.ebuild:
+ Bump
21 Sep 2008; Hanno Boeck <hanno@gentoo.org> vget-0.3.5.ebuild:
Add ~amd64.
diff --git a/net-misc/vget/vget-0.3.6.ebuild b/net-misc/vget/vget-0.3.6.ebuild
new file mode 100644
index 000000000000..0cd62c456030
--- /dev/null
+++ b/net-misc/vget/vget-0.3.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vget/vget-0.3.6.ebuild,v 1.1 2009/09/12 08:51:44 patrick Exp $
+
+DESCRIPTION="Tool to download videos from the veoh.com service."
+HOMEPAGE="http://segfault.gr/projects/lang/en/projects_id/15/secid/28/"
+SRC_URI="http://segfault.gr/uploads/projects/releases/vget/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="net-misc/curl
+ sys-libs/ncurses
+ dev-libs/libxml2"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "install failed"
+ dodoc README CHANGELOG || die "dodoc failed"
+}