diff options
-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" |