summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/eel
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/eel
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/eel')
-rwxr-xr-xgnome1-libs/eel/DEPENDS4
-rwxr-xr-xgnome1-libs/eel/DETAILS33
-rw-r--r--gnome1-libs/eel/HISTORY18
3 files changed, 55 insertions, 0 deletions
diff --git a/gnome1-libs/eel/DEPENDS b/gnome1-libs/eel/DEPENDS
new file mode 100755
index 0000000000..285baec588
--- /dev/null
+++ b/gnome1-libs/eel/DEPENDS
@@ -0,0 +1,4 @@
+depends gnome-libs &&
+depends gdk-pixbuf &&
+depends gnome-vfs &&
+depends librsvg
diff --git a/gnome1-libs/eel/DETAILS b/gnome1-libs/eel/DETAILS
new file mode 100755
index 0000000000..003f85ebbd
--- /dev/null
+++ b/gnome1-libs/eel/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=eel
+ VERSION=1.0.2
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
+ MD5[0]='bcca20372162e0b933fe29742eb01a84'
+ MAINTAINER=jon-sven@frisurf.no
+ WEB_SITE=http://www.gnome.org
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
+ ENTERED=20011006
+ UPDATED=20011006
+ SHORT="eel is the Eazel Extensions Library"
+cat << EOF
+The eel library contains a number of generally useful classes and functions.
+Many of them are extensions to things in glib, gtk, gnome-libs, and other
+widely-used GNOME platform libraries. The long term plan is to move much of
+this into the platform libraries themselves.
+
+Almost all of the eel library was previously part of Nautilus, in the
+"libnautilus-extensions" private library in Nautilus 1.0 - 1.0.2. It is now
+a separate package so it can be used by packages other than Nautilus.
+Ramiro Estrugo did the work to extract the eel library from Nautilus and
+make a package.
+
+Unlike platform libraries such as glib and gnome-libs, future versions of
+eel may be changed in ways that break source or binary compatibility, even
+before the GNOME 2 platform release. You should only use the eel library if
+you are prepared to stay in touch with the eel maintainers and possibly
+update your package when eel is updated.
+EOF
diff --git a/gnome1-libs/eel/HISTORY b/gnome1-libs/eel/HISTORY
new file mode 100644
index 0000000000..1e30871135
--- /dev/null
+++ b/gnome1-libs/eel/HISTORY
@@ -0,0 +1,18 @@
+2004-02-22 Robin Cook <rcook@wyrms.net>
+ * DEPENDS: added gnome-libs, gdk-pixbuf, gnome-vfs
+
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * DETAILS: add MD5
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: URLs now match new ftp.gnome.org layout
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: added licensing information
+
+2002-03-12 Jon Svendsen <jon-sven@frisurf.no>
+ * HISTORY: added HISTORY
+ * DETAILS: added MAINTAINER=myself
+ fixed backup url
+ fixed crackpot description, this is NOT the Eiffel Error Library
+