summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gnome-common
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/gnome-common
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gnome-common')
-rwxr-xr-xgnome1-libs/gnome-common/CONFLICTS1
-rwxr-xr-xgnome1-libs/gnome-common/DETAILS17
-rw-r--r--gnome1-libs/gnome-common/HISTORY14
3 files changed, 32 insertions, 0 deletions
diff --git a/gnome1-libs/gnome-common/CONFLICTS b/gnome1-libs/gnome-common/CONFLICTS
new file mode 100755
index 0000000000..9ae3b46732
--- /dev/null
+++ b/gnome1-libs/gnome-common/CONFLICTS
@@ -0,0 +1 @@
+conflicts gnome-common2
diff --git a/gnome1-libs/gnome-common/DETAILS b/gnome1-libs/gnome-common/DETAILS
new file mode 100755
index 0000000000..79609c9f18
--- /dev/null
+++ b/gnome1-libs/gnome-common/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gnome-common
+ VERSION=1.2.1
+ 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]='64ca507e0bff6fbde91fcf6c55e7c71a'
+ MAINTAINER=jon-sven@frisurf.no
+ WEB_SITE=http://www.gnome.org
+ LICENSE[0]=GPL
+ ENTERED=20010922
+ UPDATED=20010922
+ SHORT="gnome-common contains macros common to GNOME programs."
+cat << EOF
+gnome-common contains macros common to GNOME programs
+EOF
diff --git a/gnome1-libs/gnome-common/HISTORY b/gnome1-libs/gnome-common/HISTORY
new file mode 100644
index 0000000000..d16909eebe
--- /dev/null
+++ b/gnome1-libs/gnome-common/HISTORY
@@ -0,0 +1,14 @@
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * Add MD5
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * URLs now match new ftp.gnome.org layout
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * Added licensing information
+
+2002-03-12 Jon Svendsen <jon-sven@frisurf.no>
+ * Added HISTORY
+ * Added MAINTAINER=yours truly
+ * fixed backup url
+