From 6fc80d360594d817eab84e8346c33983902a52a2 Mon Sep 17 00:00:00 2001 From: idl0r Date: Mon, 25 Oct 2010 21:16:03 +0000 Subject: [PATCH] Move ego into DEPRECATED. svn path=/trunk/gentoolkit-dev/; revision=828 --- ChangeLog | 2 ++ Makefile | 2 +- src/{ => DEPRECATED}/ego/AUTHORS | 0 src/{ => DEPRECATED}/ego/ChangeLog | 0 src/{ => DEPRECATED}/ego/Makefile | 0 src/{ => DEPRECATED}/ego/README | 0 src/{ => DEPRECATED}/ego/ego | 0 7 files changed, 3 insertions(+), 1 deletion(-) rename src/{ => DEPRECATED}/ego/AUTHORS (100%) rename src/{ => DEPRECATED}/ego/ChangeLog (100%) rename src/{ => DEPRECATED}/ego/Makefile (100%) rename src/{ => DEPRECATED}/ego/README (100%) rename src/{ => DEPRECATED}/ego/ego (100%) diff --git a/ChangeLog b/ChangeLog index f0967e1..d787936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ Cleanup. Make it a bit more POSIX conform. Update manpage. Add support for multiple ebuilds to bump. Bump version. Fix header. + * ego: Move "ego" into DEPRECATED. + 2010-10-23: Christian Ruppert * echangelog: Fix version bump detection for hg/mercurial, bug 335636, diff --git a/Makefile b/Makefile index fdd48a7..c3dffab 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include makedefs.mak -TOOLS=ebump echangelog ego ekeyword eshowkw eviewcvs imlate +TOOLS=ebump echangelog ekeyword eshowkw eviewcvs imlate RELEASE="gentoolkit-dev-$(VERSION)$(RELEASE_TAG)" all: diff --git a/src/ego/AUTHORS b/src/DEPRECATED/ego/AUTHORS similarity index 100% rename from src/ego/AUTHORS rename to src/DEPRECATED/ego/AUTHORS diff --git a/src/ego/ChangeLog b/src/DEPRECATED/ego/ChangeLog similarity index 100% rename from src/ego/ChangeLog rename to src/DEPRECATED/ego/ChangeLog diff --git a/src/ego/Makefile b/src/DEPRECATED/ego/Makefile similarity index 100% rename from src/ego/Makefile rename to src/DEPRECATED/ego/Makefile diff --git a/src/ego/README b/src/DEPRECATED/ego/README similarity index 100% rename from src/ego/README rename to src/DEPRECATED/ego/README diff --git a/src/ego/ego b/src/DEPRECATED/ego/ego similarity index 100% rename from src/ego/ego rename to src/DEPRECATED/ego/ego -- 2.26.2