commit: 57c019d74fb3ec3d60a4aca1393d974259c6ad2f
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 11:33:29 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 11:35:14 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=57c019d7
Initial move of ebump main files to new gentoolkit locations
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
{ebump => bin}/ebump | 0
ebump/Makefile | 20 --------------------
{ebump => man}/ebump.1 | 0
3 files changed, 20 deletions(-)
diff --git a/ebump/ebump b/bin/ebump
similarity index 100%
rename from ebump/ebump
rename to bin/ebump
diff --git a/ebump/Makefile b/ebump/Makefile
deleted file mode 100644
index 61afab3..0000000
--- a/ebump/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2004 Karl Trygve Kalleberg <[email protected]>
-# Copyright 2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-#
-# $Header$
-
-include ../../makedefs.mak
-
-.PHONY: all
-all:
-
-dist:
- mkdir -p ../../$(DISTDIR)/src/ebump/
- cp Makefile AUTHORS README ChangeLog ebump ebump.1
../../$(DISTDIR)/src/ebump/
-
-install: all
- install -m 0755 ebump $(BINDIR)/
- install -d $(DOCDIR)/ebump
- install -m 0644 AUTHORS README ChangeLog $(DOCDIR)/ebump/
- install -m 0644 ebump.1 $(MAN1DIR)/
diff --git a/ebump/ebump.1 b/man/ebump.1
similarity index 100%
rename from ebump/ebump.1
rename to man/ebump.1