[pygobject] Remove egg make target



commit 49cc3643819dad0d065d3c86327cd60d2f022dad
Author: Christoph Reiter <creiter src gnome org>
Date:   Tue Jan 24 22:11:23 2017 +0100

    Remove egg make target
    
    eggs are deprecated and the command was referencing long
    gone files and failing, so nobody was using it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777719

 Makefile.am |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 62b9ef1..8f2e60f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,33 +91,6 @@ endif
 # python
 pyexec_LTLIBRARIES =
 
-# install pth file.
-
-EGG_NAME = $(PACKAGE)-$(PACKAGE_VERSION)-py$(PYTHON_VERSION)-$(PLATFORM)
-
-install-data-local:
-       $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
-       cp $(top_builddir)/PKG-INFO $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
-install-exec-local:
-       $(mkinstalldirs) $(DESTDIR)$(pyexecdir)
-uninstall-local:
-       rm -f $(DESTDIR)$(pyexecdir)/$(EGG_NAME).egg-info
-
-egg: EGG_TMPDIR:=$(TMPDIR)/$(PACKAGE)-$(PACKAGE_VERSION)
-egg: $(top_srcdir)/gobject/gobject.la PKG-INFO
-       rm -fr $(EGG_TMPDIR)
-       echo $(EGG_NAME).egg
-       $(MKDIR_P) $(EGG_TMPDIR)
-       $(MKDIR_P) $(EGG_TMPDIR)/EGG-INFO
-       $(MAKE) -C gobject install-pkgpyexecLTLIBRARIES pkgpyexecdir=$(EGG_TMPDIR)
-       rm -fr $(EGG_TMPDIR)/gobject.la
-       $(INSTALL) PKG-INFO $(EGG_TMPDIR)/EGG-INFO
-       echo "gobject.so" >> $(EGG_TMPDIR)/EGG-INFO/native_libs.txt
-       ( echo "gobject" ) >> $(EGG_TMPDIR)/EGG-INFO/top_level.txt
-       cd $(EGG_TMPDIR) && zip -rq $(EGG_NAME).egg .
-       mv $(EGG_TMPDIR)/$(EGG_NAME).egg .
-       rm -fr $(EGG_TMPDIR)
-
 release-news:
        printf "%-8s%s\n" "$(VERSION)" "`LC_TIME=C date '+%d-%b-%Y'`" > NEWS.tmp
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]