[perl-Gnome2-PanelApplet] Adapt to git
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Gnome2-PanelApplet] Adapt to git
- Date: Sun, 7 Mar 2010 01:13:43 +0000 (UTC)
commit b36b78f983eeea9df15c0898324c815176d60c22
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Sun Mar 7 02:09:30 2010 +0100
Adapt to git
.gitignore | 7 +++++++
ChangeLog => ChangeLog.pre-git | 5 +++++
MANIFEST | 2 +-
MANIFEST.SKIP | 4 ++--
perl-Gnome2-PanelApplet.doap | 20 ++++++++++++++++++++
5 files changed, 35 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a383139
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+Makefile
+PanelApplet.bs
+blib
+build
+pm_to_blib
+xs/*.c
+xs/*.o
diff --git a/ChangeLog b/ChangeLog.pre-git
similarity index 95%
rename from ChangeLog
rename to ChangeLog.pre-git
index 1b83aca..706ffef 100644
--- a/ChangeLog
+++ b/ChangeLog.pre-git
@@ -1,3 +1,8 @@
+=== ChangeLog discontinued ===
+
+ With the move to git, we stop maintaining a separate ChangeLog and
+ rely on proper commit messages instead.
+
2007-09-28 kaffetisch
* lib/Gnome2/PanelApplet.pm
diff --git a/MANIFEST b/MANIFEST
index 7da355b..b273b80 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,5 @@
AUTHOR
-ChangeLog
+ChangeLog.pre-git
copyright.pod
examples/GNOME_PerlAppletSample.server
examples/perl-applet
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index f1be0db..b2c7400 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -4,8 +4,8 @@ blib
\.bs$
build
\.c$
-CVS
-\.cvsignore$
+\.git
+\.gitignore$
Makefile$
Makefile\.old$
\.o$
diff --git a/perl-Gnome2-PanelApplet.doap b/perl-Gnome2-PanelApplet.doap
new file mode 100644
index 0000000..23e675d
--- /dev/null
+++ b/perl-Gnome2-PanelApplet.doap
@@ -0,0 +1,20 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:gnome="http://api.gnome.org/doap-extensions#"
+ xmlns="http://usefulinc.com/ns/doap#">
+
+ <name xml:lang="en">Gnome2::PanelApplet</name>
+ <shortdesc xml:lang="en">Perl interface to GNOME's applet library</shortdesc>
+ <homepage rdf:resource="http://gtk2-perl.sourceforge.net/" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-perl-list" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Torsten Schönfeld</foaf:name>
+ <foaf:mbox rdf:resource="mailto:tsch src gnome org" />
+ <gnome:userid>tsch</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]