diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-14 22:27:56 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-08-14 22:27:56 +0000 |
commit | 7f912180a995fa17ef261c008da0374a9aec7521 (patch) | |
tree | d55b9b7896f1a18145f1a9900be92535ce2e615b /x11-misc/lndir | |
parent | Version bump. Drop older. (diff) | |
download | gentoo-2-7f912180a995fa17ef261c008da0374a9aec7521.tar.gz gentoo-2-7f912180a995fa17ef261c008da0374a9aec7521.tar.bz2 gentoo-2-7f912180a995fa17ef261c008da0374a9aec7521.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/lndir')
-rw-r--r-- | x11-misc/lndir/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/lndir/lndir-1.0.2.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-misc/lndir/ChangeLog b/x11-misc/lndir/ChangeLog index c355e0fe1183..360366dcc729 100644 --- a/x11-misc/lndir/ChangeLog +++ b/x11-misc/lndir/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/lndir -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/ChangeLog,v 1.13 2007/01/25 05:06:47 beandog Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/ChangeLog,v 1.14 2010/08/14 22:27:55 scarabeus Exp $ + +*lndir-1.0.2 (14 Aug 2010) + + 14 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> +lndir-1.0.2.ebuild: + Version bump. 25 Jan 2007; Steve Dibb <beandog@gentoo.org> lndir-1.0.1.ebuild: amd64 stable, bug 158773 diff --git a/x11-misc/lndir/lndir-1.0.2.ebuild b/x11-misc/lndir/lndir-1.0.2.ebuild new file mode 100644 index 000000000000..9f52421914f7 --- /dev/null +++ b/x11-misc/lndir/lndir-1.0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lndir/lndir-1.0.2.ebuild,v 1.1 2010/08/14 22:27:56 scarabeus Exp $ + +EAPI=3 + +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="create a shadow directory of symbolic links to another directory tree" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + x11-proto/xproto" |