diff options
author | 2010-02-04 18:09:15 +0000 | |
---|---|---|
committer | 2010-02-04 18:09:15 +0000 | |
commit | 7c712abcee3f851efe0bac22906b99c10c669ba7 (patch) | |
tree | 9e6768c168705de8f7c3786b49496388f70fdf48 /x11-misc/grsync | |
parent | Don't try to replace -m*=native, it's not necessary and it was done wrong (#3... (diff) | |
download | gentoo-2-7c712abcee3f851efe0bac22906b99c10c669ba7.tar.gz gentoo-2-7c712abcee3f851efe0bac22906b99c10c669ba7.tar.bz2 gentoo-2-7c712abcee3f851efe0bac22906b99c10c669ba7.zip |
Version bump, #303455
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/grsync')
-rw-r--r-- | x11-misc/grsync/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/grsync/grsync-1.0.0.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-misc/grsync/ChangeLog b/x11-misc/grsync/ChangeLog index 73d2d7fa21d5..51b4b58e953c 100644 --- a/x11-misc/grsync/ChangeLog +++ b/x11-misc/grsync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/grsync # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.21 2010/02/04 06:52:00 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.22 2010/02/04 18:09:15 dertobi123 Exp $ + +*grsync-1.0.0 (04 Feb 2010) + + 04 Feb 2010; Tobias Scherbaum <dertobi123@gentoo.org> + +grsync-1.0.0.ebuild: + Version bump, #303455 04 Feb 2010; Tobias Scherbaum <dertobi123@gentoo.org> -grsync-0.9.1.ebuild: diff --git a/x11-misc/grsync/grsync-1.0.0.ebuild b/x11-misc/grsync/grsync-1.0.0.ebuild new file mode 100644 index 000000000000..b0eafe2b245e --- /dev/null +++ b/x11-misc/grsync/grsync-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-1.0.0.ebuild,v 1.1 2010/02/04 18:09:15 dertobi123 Exp $ + +inherit gnome2 + +DESCRIPTION="A gtk frontend to rsync" +HOMEPAGE="http://www.opbyte.it/grsync/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" +SRC_URI="http://www.opbyte.it/release/${P}.tar.gz" + +RDEPEND=">=x11-libs/gtk+-2.16 + net-misc/rsync" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +DOCS="AUTHORS NEWS README" |