[Lunar-commits] <moonbase-other> Revert "gnustep: remove it from moonbase." grrrrr
v4hn
me at v4hn.de
Sun Mar 10 14:31:34 CET 2013
commit 912008798fe4a1a9fbff40e02588ade2fd9553bb
Author: v4hn <me at v4hn.de>
Date: Sun, 10 Mar 2013 06:31:34 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/912008798fe4a1a9fbff40e02588ade2fd9553bb
Revert "gnustep: remove it from moonbase." grrrrr
This reverts commit b27d86b49af9ad855addf602281319ed6792084e.
Guide for removing modules
~~~
1. check (using e.g. `git log .`) when and by whom it was last updated
-> if this is not too long ago or you know the last editor _write him a mail_
2. check if anything in the moonbase still depends on it(`lvu leert <module>`)
-> if it does, check if these can be removed as well
3. if both checks fail, THEN _THINK_ about removing it.
Florin, you failed at all three steps and even ignored my request to revert
it. WHAT THE HACK.
---
gnustep/gnustep-base/DEPENDS | +6/-0
gnustep/gnustep-base/DETAILS | +15/-0
gnustep/gnustep-gui/DEPENDS | +13/-0
gnustep/gnustep-gui/DETAILS | +15/-0
gnustep/gnustep-make/DETAILS | +15/-0
5 files changed, 64 insertions(+)
--- /dev/null
+++ b/gnustep/gnustep-base/DEPENDS
@@ -0,0 +1,6 @@
+depends gnustep-make
+
+depends libffi
+depends openssl
+depends libxml2
+depends libxslt
--- /dev/null
+++ b/gnustep/gnustep-base/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gnustep-base
+ VERSION=1.24.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE_VFY=sha1:4d73df5b5a594213a4c7a0ed97fc04d10c9ced69
+ WEB_SITE=http://gnustep.org/
+ ENTERED=20120714
+ UPDATED=20120714
+ SHORT="GNUstep Foundation Package"
+
+cat << EOF
+This provides functionality that aims to implement
+the non-graphical portion of the OpenStep standard
+(the Foundation library).
+EOF
--- /dev/null
+++ b/gnustep/gnustep-gui/DEPENDS
@@ -0,0 +1,13 @@
+depends gnustep-base
+
+depends tiff
+depends libpng
+depends jpeg
+depends giflib
+depends libgcrypt
+depends gnutls
+
+optional_depends cups "--enable-cups" "--disable-cups" "for printing support"
+optional_depends aspell "--enable-aspell" "--disable-aspell" "for spellchecker"
+optional_depends libsndfile "--enable-sound" "--disable-sound" "for sound support"
+optional_depends flite "--enable-speech" "--disable-speech" "for speech synthesis"
--- /dev/null
+++ b/gnustep/gnustep-gui/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gnustep-gui
+ VERSION=0.22.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE_VFY=sha1:dc9654ea3437810a9b4bfd3d2193a25628a88b41
+ WEB_SITE=http://gnustep.org/
+ ENTERED=20120714
+ UPDATED=20120714
+ SHORT="GNUstep Foundation Package"
+
+cat << EOF
+This provides functionality that aims to implement
+the non-graphical portion of the OpenStep standard
+(the Foundation library).
+EOF
--- /dev/null
+++ b/gnustep/gnustep-make/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gnustep-make
+ VERSION=2.6.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE_VFY=sha1:3f85cb25f4f7fd35cdcbd8d948a2673c84c605ff
+ WEB_SITE=http://gnustep.org/
+ ENTERED=20120714
+ UPDATED=20120714
+ SHORT="GNUstep Makefile Package"
+
+cat << EOF
+This package sets up the GNUstep directory tree,
+sets some environment variables and contains scripts
+for all other GNUstep packages.
+EOF
More information about the Lunar-commits
mailing list