[Lunar-commits] <moonbase> pan2: move to zdeprecated
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Wed May 9 21:45:19 CEST 2012
commit 8ec3f1daf41e605d8fedaa032a55d1a2448daa2f
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Wed May 9 21:45:19 2012 +0200
pan2: move to zdeprecated
This is even older than pan2-beta, but
pan2 is still officially beta,
so let's keep the -beta package for now
---
news/pan2/BUILD | 8 --------
news/pan2/CONFLICTS | 2 --
news/pan2/DEPENDS | 3 ---
news/pan2/DETAILS | 32 --------------------------------
zdeprecated/pan2/BUILD | 8 ++++++++
zdeprecated/pan2/CONFLICTS | 2 ++
zdeprecated/pan2/DEPENDS | 3 +++
zdeprecated/pan2/DETAILS | 32 ++++++++++++++++++++++++++++++++
8 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/news/pan2/BUILD b/news/pan2/BUILD
deleted file mode 100644
index 615edea..0000000
--- a/news/pan2/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
- patch_it $SOURCE2 1 &&
- patch_it $SOURCE3 0 &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/news/pan2/CONFLICTS b/news/pan2/CONFLICTS
deleted file mode 100644
index cc6075a..0000000
--- a/news/pan2/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts pan2-beta
-conflicts pan2-git
diff --git a/news/pan2/DEPENDS b/news/pan2/DEPENDS
deleted file mode 100644
index a7f4f08..0000000
--- a/news/pan2/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends gtk+-2
-depends pcre
-depends gmime
diff --git a/news/pan2/DETAILS b/news/pan2/DETAILS
deleted file mode 100644
index 29a0341..0000000
--- a/news/pan2/DETAILS
+++ /dev/null
@@ -1,32 +0,0 @@
- MODULE=pan2
- VERSION=0.133
- SOURCE=pan-$VERSION.tar.bz2
- SOURCE2=pan-0.133-another_gmime2.4.patch
- SOURCE3=pan-0.133-gcc44patch.patch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
- SOURCE_URL=http://pan.rebelbase.com/download/releases/$VERSION/source
- SOURCE2_URL=$PATCH_URL
- SOURCE3_URL=$PATCH_URL
- SOURCE_VFY=sha1:a0bd98ea1ba174800896611e3305a6b6d8dbde2f
- SOURCE2_VFY=sha1:600ef44c1e1cbafe406a559d945d640d17a3851f
- SOURCE3_VFY=sha1:6d950086590e7603906580114651b8306fcef358
- WEB_SITE=http://pan.rebelbase.com
- MAINTAINER=sofar at lunar-linux.org
- ENTERED=20020627
- UPDATED=20091110
- SHORT="Pan is a newsreader, loosely based on Agent and Gravity"
-
-cat << EOF
-Pan is a newsreader, loosely based on Agent and Gravity, which
-attempts to be pleasant to use for new and advanced users alike. It
-has all the typical features found in newsreaders, and also supports
-offline reading, multiple connections, and a number of features
-for power users and alt.binaries fans.
-
-pan2-beta is a complete rewrite of pan2 in C++. Smaller memory foot
-print for large newsgroups has been cut by 2/3. Time to download
-headers has been cut by 2/3 by parallelizing the download across
-multiple connections to the server. Multiserver support. NZB
-support. All the user interface windows and dialogs have been
-redesigned.
-EOF
diff --git a/zdeprecated/pan2/BUILD b/zdeprecated/pan2/BUILD
new file mode 100644
index 0000000..615edea
--- /dev/null
+++ b/zdeprecated/pan2/BUILD
@@ -0,0 +1,8 @@
+(
+
+ patch_it $SOURCE2 1 &&
+ patch_it $SOURCE3 0 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/pan2/CONFLICTS b/zdeprecated/pan2/CONFLICTS
new file mode 100644
index 0000000..cc6075a
--- /dev/null
+++ b/zdeprecated/pan2/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts pan2-beta
+conflicts pan2-git
diff --git a/zdeprecated/pan2/DEPENDS b/zdeprecated/pan2/DEPENDS
new file mode 100644
index 0000000..a7f4f08
--- /dev/null
+++ b/zdeprecated/pan2/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+-2
+depends pcre
+depends gmime
diff --git a/zdeprecated/pan2/DETAILS b/zdeprecated/pan2/DETAILS
new file mode 100644
index 0000000..29a0341
--- /dev/null
+++ b/zdeprecated/pan2/DETAILS
@@ -0,0 +1,32 @@
+ MODULE=pan2
+ VERSION=0.133
+ SOURCE=pan-$VERSION.tar.bz2
+ SOURCE2=pan-0.133-another_gmime2.4.patch
+ SOURCE3=pan-0.133-gcc44patch.patch
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
+ SOURCE_URL=http://pan.rebelbase.com/download/releases/$VERSION/source
+ SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
+ SOURCE_VFY=sha1:a0bd98ea1ba174800896611e3305a6b6d8dbde2f
+ SOURCE2_VFY=sha1:600ef44c1e1cbafe406a559d945d640d17a3851f
+ SOURCE3_VFY=sha1:6d950086590e7603906580114651b8306fcef358
+ WEB_SITE=http://pan.rebelbase.com
+ MAINTAINER=sofar at lunar-linux.org
+ ENTERED=20020627
+ UPDATED=20091110
+ SHORT="Pan is a newsreader, loosely based on Agent and Gravity"
+
+cat << EOF
+Pan is a newsreader, loosely based on Agent and Gravity, which
+attempts to be pleasant to use for new and advanced users alike. It
+has all the typical features found in newsreaders, and also supports
+offline reading, multiple connections, and a number of features
+for power users and alt.binaries fans.
+
+pan2-beta is a complete rewrite of pan2 in C++. Smaller memory foot
+print for large newsgroups has been cut by 2/3. Time to download
+headers has been cut by 2/3 by parallelizing the download across
+multiple connections to the server. Multiserver support. NZB
+support. All the user interface windows and dialogs have been
+redesigned.
+EOF
More information about the Lunar-commits
mailing list