diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-22 15:55:41 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-01-22 15:55:41 +0000 |
commit | 6fd82b891f0d8b99000716f80629870b7f2f9b87 (patch) | |
tree | 1940f20051e787f7665c6da0e15babac5fac5642 /x11-misc | |
parent | mailman various minor fixes (diff) | |
download | gentoo-2-6fd82b891f0d8b99000716f80629870b7f2f9b87.tar.gz gentoo-2-6fd82b891f0d8b99000716f80629870b7f2f9b87.tar.bz2 gentoo-2-6fd82b891f0d8b99000716f80629870b7f2f9b87.zip |
Fix #204969 (missing pkgconfig DEPEND), version bump
(Portage version: 2.1.4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/grsync/files/digest-grsync-0.6.1 | 3 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-0.6.1.ebuild | 22 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-0.6.ebuild | 5 |
4 files changed, 36 insertions, 4 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index 11c44ffe479e..bcb735855d3f 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/grsync -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.13 2007/08/26 18:46:50 dertobi123 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.14 2008/01/22 15:55:41 dertobi123 Exp $ + +*grsync-0.6.1 (22 Jan 2008) + + 22 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> grsync-0.6.ebuild, + +grsync-0.6.1.ebuild: + Fix #204969 (missing pkgconfig DEPEND), version bump 26 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> -grsync-0.5.2.ebuild, grsync-0.6.ebuild: diff --git a/x11-misc/grsync/files/digest-grsync-0.6.1 b/x11-misc/grsync/files/digest-grsync-0.6.1 new file mode 100644 index 000000000000..d42b61cd83d5 --- /dev/null +++ b/x11-misc/grsync/files/digest-grsync-0.6.1 @@ -0,0 +1,3 @@ +MD5 fe403f4c389603ba539ed1e6a79345ef grsync-0.6.1.tar.gz 214689 +RMD160 81bc9308e984e505f7c9ecf3f7f60a3e25e5031e grsync-0.6.1.tar.gz 214689 +SHA256 6c7526b44bac515b1d1407bc324404aa2c7749a0252c1948468835d29f265e40 grsync-0.6.1.tar.gz 214689 diff --git a/x11-misc/grsync/grsync-0.6.1.ebuild b/x11-misc/grsync/grsync-0.6.1.ebuild new file mode 100644 index 000000000000..118067dd51cf --- /dev/null +++ b/x11-misc/grsync/grsync-0.6.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.6.1.ebuild,v 1.1 2008/01/22 15:55:41 dertobi123 Exp $ + +inherit eutils gnome2 autotools + +DESCRIPTION="A gtk frontend to rsync" +HOMEPAGE="http://www.opbyte.it/grsync/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="doc" +SRC_URI="http://www.opbyte.it/release/${P}.tar.gz" + +RDEPEND=">=x11-libs/gtk+-2.6 + net-misc/rsync" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +DOCS="AUTHORS NEWS README" diff --git a/x11-misc/grsync/grsync-0.6.ebuild b/x11-misc/grsync/grsync-0.6.ebuild index d4f971dbade5..4fb9177a50e3 100644 --- a/x11-misc/grsync/grsync-0.6.ebuild +++ b/x11-misc/grsync/grsync-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.6.ebuild,v 1.2 2007/08/26 18:46:50 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.6.ebuild,v 1.3 2008/01/22 15:55:41 dertobi123 Exp $ inherit eutils gnome2 autotools @@ -16,6 +16,7 @@ RDEPEND=">=x11-libs/gtk+-2.6 net-misc/rsync" DEPEND="${RDEPEND} + dev-util/pkgconfig dev-util/intltool" DOCS="AUTHORS NEWS README" |