[Lunar-commits] <moonbase> xcdroast: move it from x11-apps dir to cd dir in the moonbase.

Florin Braescu florin at lunar-linux.org
Sun Jan 11 12:02:49 CET 2009


commit 9122453deea70d1ec98a7061cf270b00f5260157
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 11 13:02:49 2009 +0200

    xcdroast: move it from x11-apps dir to cd dir in the moonbase.
---
 cd/xcdroast/BUILD              |   13 +++++++++++++
 cd/xcdroast/DEPENDS            |    2 ++
 cd/xcdroast/DETAILS            |   16 ++++++++++++++++
 cd/xcdroast/POST_INSTALL       |    2 ++
 x11-apps/xcdroast/BUILD        |   13 -------------
 x11-apps/xcdroast/DEPENDS      |    2 --
 x11-apps/xcdroast/DETAILS      |   16 ----------------
 x11-apps/xcdroast/POST_INSTALL |    2 --
 8 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/cd/xcdroast/BUILD b/cd/xcdroast/BUILD
new file mode 100644
index 0000000..e01f389
--- /dev/null
+++ b/cd/xcdroast/BUILD
@@ -0,0 +1,13 @@
+(
+    
+    ./configure --enable-gtk2                    \
+                --prefix=/usr                    \
+                       --sysconfdir=/etc         \
+                       --localstatedir=/var      \
+                       --infodir=/usr/share/info \
+                       --mandir=/usr/share/man   \
+               $OPTS                            &&
+	       
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/cd/xcdroast/DEPENDS b/cd/xcdroast/DEPENDS
new file mode 100644
index 0000000..4fb9e16
--- /dev/null
+++ b/cd/xcdroast/DEPENDS
@@ -0,0 +1,2 @@
+depends  cdrtools
+depends  gtk+-2
diff --git a/cd/xcdroast/DETAILS b/cd/xcdroast/DETAILS
new file mode 100644
index 0000000..6bf639e
--- /dev/null
+++ b/cd/xcdroast/DETAILS
@@ -0,0 +1,16 @@
+           MODULE=xcdroast
+         VERSION=0.98alpha16
+   MAJOR_VERSION=0.98
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:bbb3184a7e2bfd80d931698002dc9f74f136241d
+        WEB_SITE=http://www.xcdroast.org
+         ENTERED=20020210
+         UPDATED=20090111
+           SHORT="A graphical frontend for cdrecord, mkisofs, and other cdrtools"
+
+cat << EOF
+X-CD-Roast tries to be the most userfriendly CD-burning software ever.
+It allows even the inexperienced user to create or copy a CD with a few
+mouse clicks in an intuitive and nice looking graphical user interface.
+EOF
diff --git a/cd/xcdroast/POST_INSTALL b/cd/xcdroast/POST_INSTALL
new file mode 100644
index 0000000..9bbc36b
--- /dev/null
+++ b/cd/xcdroast/POST_INSTALL
@@ -0,0 +1,2 @@
+message "You need a key to unlock unlimited DVD writing."
+message "--->   http://ftp.berlios.de/pub/cdrecord/ProDVD/README"
diff --git a/x11-apps/xcdroast/BUILD b/x11-apps/xcdroast/BUILD
deleted file mode 100644
index e01f389..0000000
--- a/x11-apps/xcdroast/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-    
-    ./configure --enable-gtk2                    \
-                --prefix=/usr                    \
-                       --sysconfdir=/etc         \
-                       --localstatedir=/var      \
-                       --infodir=/usr/share/info \
-                       --mandir=/usr/share/man   \
-               $OPTS                            &&
-	       
-    default_make
-
-) > $C_FIFO 2>&1
diff --git a/x11-apps/xcdroast/DEPENDS b/x11-apps/xcdroast/DEPENDS
deleted file mode 100644
index 4fb9e16..0000000
--- a/x11-apps/xcdroast/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends  cdrtools
-depends  gtk+-2
diff --git a/x11-apps/xcdroast/DETAILS b/x11-apps/xcdroast/DETAILS
deleted file mode 100644
index 6bf639e..0000000
--- a/x11-apps/xcdroast/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-           MODULE=xcdroast
-         VERSION=0.98alpha16
-   MAJOR_VERSION=0.98
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:bbb3184a7e2bfd80d931698002dc9f74f136241d
-        WEB_SITE=http://www.xcdroast.org
-         ENTERED=20020210
-         UPDATED=20090111
-           SHORT="A graphical frontend for cdrecord, mkisofs, and other cdrtools"
-
-cat << EOF
-X-CD-Roast tries to be the most userfriendly CD-burning software ever.
-It allows even the inexperienced user to create or copy a CD with a few
-mouse clicks in an intuitive and nice looking graphical user interface.
-EOF
diff --git a/x11-apps/xcdroast/POST_INSTALL b/x11-apps/xcdroast/POST_INSTALL
deleted file mode 100644
index 9bbc36b..0000000
--- a/x11-apps/xcdroast/POST_INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-message "You need a key to unlock unlimited DVD writing."
-message "--->   http://ftp.berlios.de/pub/cdrecord/ProDVD/README"


More information about the Lunar-commits mailing list