[Lunar-commits] <moonbase> svgalib: move it to zdeprecated dir.
Florin Braescu
florin at lunar-linux.org
Thu Apr 15 10:44:39 CEST 2010
commit 32ad3a7093bfadbea87b046c3e23426e3e9985f5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Apr 15 11:44:39 2010 +0300
svgalib: move it to zdeprecated dir.
---
graphics/svgalib/BUILD | 12 ------------
graphics/svgalib/DETAILS | 22 ----------------------
zdeprecated/svgalib/BUILD | 12 ++++++++++++
zdeprecated/svgalib/DETAILS | 22 ++++++++++++++++++++++
4 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/graphics/svgalib/BUILD b/graphics/svgalib/BUILD
deleted file mode 100644
index 45f5bfb..0000000
--- a/graphics/svgalib/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
- # gcc-3.4.x & gcc4.1.x fixes
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
- # fixes a utils/gtf/gtfcalc.c issue
- patch_it $SOURCE_CACHE/$SOURCE3 0 &&
-
- make prefix=/usr shared static utils &&
- prepare_install &&
- make prefix=/usr install
-
-) > $C_FIFO 2>&1
diff --git a/graphics/svgalib/DETAILS b/graphics/svgalib/DETAILS
deleted file mode 100644
index 1bdec25..0000000
--- a/graphics/svgalib/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- MODULE=svgalib
- VERSION=1.4.3
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-debian_fixes-1.patch
- SOURCE3=svgalib-041-rename-round.patch
- SOURCE_URL=http://www.svgalib.org/
- SOURCE2_URL=http://www.linuxfromscratch.org/patches/downloads/svgalib/
- SOURCE3_URL=$PATCH_URL
- SOURCE_VFY=sha1:b89ddf5fd948dd5b9e801e5cc58401e190de4c50
- SOURCE2_VFY=sha1:a468280e30cc4cab63201e773e273a1c60e5ddfb
- SOURCE3_VFY=sha1:88eb2536b1ec818d09e38d6a9b14af389beb7284
- WEB_SITE=http://www.svgalib.org/
- ENTERED=20011117
- UPDATED=20100106
- SHORT="SVGAlib provides VGA and SVGA modes in a console."
- PSAFE=no
-cat << EOF
-svgalib is a low-level graphics library that provides VGA and SVGA
-modes in a console. It is not intended as an alternative to X for
-apps, but rather a set of tools for things like VGA games, image
-viewing in modes that X cannot support, etc.
-EOF
diff --git a/zdeprecated/svgalib/BUILD b/zdeprecated/svgalib/BUILD
new file mode 100644
index 0000000..45f5bfb
--- /dev/null
+++ b/zdeprecated/svgalib/BUILD
@@ -0,0 +1,12 @@
+(
+ # gcc-3.4.x & gcc4.1.x fixes
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
+ # fixes a utils/gtf/gtfcalc.c issue
+ patch_it $SOURCE_CACHE/$SOURCE3 0 &&
+
+ make prefix=/usr shared static utils &&
+ prepare_install &&
+ make prefix=/usr install
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/svgalib/DETAILS b/zdeprecated/svgalib/DETAILS
new file mode 100644
index 0000000..1bdec25
--- /dev/null
+++ b/zdeprecated/svgalib/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=svgalib
+ VERSION=1.4.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION-debian_fixes-1.patch
+ SOURCE3=svgalib-041-rename-round.patch
+ SOURCE_URL=http://www.svgalib.org/
+ SOURCE2_URL=http://www.linuxfromscratch.org/patches/downloads/svgalib/
+ SOURCE3_URL=$PATCH_URL
+ SOURCE_VFY=sha1:b89ddf5fd948dd5b9e801e5cc58401e190de4c50
+ SOURCE2_VFY=sha1:a468280e30cc4cab63201e773e273a1c60e5ddfb
+ SOURCE3_VFY=sha1:88eb2536b1ec818d09e38d6a9b14af389beb7284
+ WEB_SITE=http://www.svgalib.org/
+ ENTERED=20011117
+ UPDATED=20100106
+ SHORT="SVGAlib provides VGA and SVGA modes in a console."
+ PSAFE=no
+cat << EOF
+svgalib is a low-level graphics library that provides VGA and SVGA
+modes in a console. It is not intended as an alternative to X for
+apps, but rather a set of tools for things like VGA games, image
+viewing in modes that X cannot support, etc.
+EOF
More information about the Lunar-commits
mailing list