summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-02-23 02:59:04 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-02-23 02:59:04 +0000
commite00d6c44cb839935dc5bc22ca822336696b4ec9d (patch)
tree9051d0c1a105325188292d7db38bc3ef0a95740b
parentChangeLog is now autogenerated from svn log output during make dist (diff)
downloadgentoo-bashcomp-e00d6c44cb839935dc5bc22ca822336696b4ec9d.tar.gz
gentoo-bashcomp-e00d6c44cb839935dc5bc22ca822336696b4ec9d.tar.bz2
gentoo-bashcomp-e00d6c44cb839935dc5bc22ca822336696b4ec9d.zip
Remove useless 'NEWS' file, that hasn't been updated forever
svn path=/trunk/; revision=73
-rw-r--r--Makefile2
-rw-r--r--NEWS40
2 files changed, 1 insertions, 41 deletions
diff --git a/Makefile b/Makefile
index 2eae39d..e219fef 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install:
dist:
mkdir -p "$(distpkg)"
- cp AUTHORS COPYING gentoo Makefile NEWS TODO "$(distpkg)/"
+ cp AUTHORS COPYING gentoo Makefile TODO "$(distpkg)/"
svn2cl -o "$(distpkg)/"ChangeLog
tar cjf "$(distpkg).tar.bz2" "$(distpkg)"
rm -fr "$(distpkg)/"
diff --git a/NEWS b/NEWS
deleted file mode 100644
index be03baa..0000000
--- a/NEWS
+++ /dev/null
@@ -1,40 +0,0 @@
-This file contains a summary of changes in released versions. Please read the
-ChangeLog for a more detailed listing of changes/bug fixes.
-
-20050515:
- New features:
- - emerge completion now supports completing on virtual/*
-
- Bug fixes:
- - Fix bug in emerge completion that causes '\*' to be appended when a
- package that doesnt exist tries to be completed.
-
-20050506:
- New features:
- - revdep-rebuild completion
- - epm completion
- - euse completion
- - splat completion
- - glsa-check completion
- - equery files --filter completion
-
- Bug fixes:
- - Fixed bug in equery -v completion (previously only completed on installed
- packages).
- - portageq envvar completion now runs emerge --info -v with an empty
- environment so that only the vars we care about are completed.
-
-20050417:
- New features:
- - etcat completion
-
- Bug fixes:
- - Fixed bug (#88797) that caused any package name matching "*-h*" to
- be interpreted as -h|--help.
- - Fixed bug (#88799) that caused -Ca (or any other option after -C) to
- not complete properly on only installed packages.
- - Fixed bug (#88152) that caused lack of filename completion after any
- kind of redirect (> or <).
- - Fixed bug in conditional completion if the condition wasn't quoted
- and the package being completed also has an ebuild in one of the
- overlays.