diff options
author | Alex Legler <alex@a3li.li> | 2013-08-14 13:51:03 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2013-08-14 13:51:03 +0200 |
commit | 7d5fa5da14b8001ac11631e95d9091c7ff0707ea (patch) | |
tree | d12da68869c09de05bfbf297c86a124009fbc132 | |
parent | ruby.eselect: Remove REE as supported target (diff) | |
download | ruby-scripts-eselect-ruby-20130814.tar.gz ruby-scripts-eselect-ruby-20130814.tar.bz2 ruby-scripts-eselect-ruby-20130814.zip |
ruby.eselect: Bump copyright year and versioneselect-ruby-20130814
-rw-r--r-- | eselect-ruby/ruby.eselect | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eselect-ruby/ruby.eselect b/eselect-ruby/ruby.eselect index 0af6cbf..dcb05ee 100644 --- a/eselect-ruby/ruby.eselect +++ b/eselect-ruby/ruby.eselect @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # vim: set ft=sh: DESCRIPTION="Manage Ruby symlinks" MAINTAINER="a3li@gentoo.org" -SVN_DATE="20120105" -VERSION="20120105" +SVN_DATE="20130814" +VERSION="20130814" bindir=/usr/bin man1dir=/usr/share/man/man1 |