[perl-Gtk2-Spell] Updates for the move to git
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Gtk2-Spell] Updates for the move to git
- Date: Tue, 3 Jan 2012 12:07:31 +0000 (UTC)
commit 1fc1fce1c25b749646cb567b9d56155d484dce2d
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Tue Jan 3 12:55:14 2012 +0100
Updates for the move to git
.gitignore | 8 ++++++++
ChangeLog | 6 ++++++
MANIFEST | 10 ++++++----
MANIFEST.SKIP | 4 ++--
perl-Gtk2-Spell.doap | 20 ++++++++++++++++++++
5 files changed, 42 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f535ae3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+GtkSpell.c
+GtkSpell.o
+MYMETA.*
+Makefile
+Spell.bs
+blib
+build
+pm_to_blib
diff --git a/ChangeLog b/ChangeLog
index e1dd203..63c6bbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+=== ChangeLog discontinued ===
+
+ With the move to git, we stop maintaining a separate ChangeLog and
+ rely on proper commit messages instead. A web view of the changes
+ is available at <http://git.gnome.org/browse/perl-Gtk2-Spell/>.
+
2008-01-07 Torsten Schoenfeld <kaffeetisch gmx de>
* Makefile.PL: Don't use bogus "MAIN" package.
diff --git a/MANIFEST b/MANIFEST
index 8b44bbd..8ef2d9a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,13 +1,15 @@
AUTHORS
ChangeLog
+gtk2spellperl.h
+gtkspell.typemap
GtkSpell.xs
+gtkspell_simple.pl
LICENSE
+Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
-Makefile.PL
+perl-Gtk2-Spell.doap
+perl-Gtk2-Spell.spec.in
README
Spell.pm
-gtk2spellperl.h
-gtkspell.typemap
-gtkspell_simple.pl
t/0.GtkSpell.t
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index f1be0db..7d8fd7f 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -4,10 +4,10 @@ blib
\.bs$
build
\.c$
-CVS
-\.cvsignore$
+\.git
Makefile$
Makefile\.old$
+MYMETA\..*
\.o$
\.spec$
\.sw.$
diff --git a/perl-Gtk2-Spell.doap b/perl-Gtk2-Spell.doap
new file mode 100644
index 0000000..e256ea6
--- /dev/null
+++ b/perl-Gtk2-Spell.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">Gtk2::Spell</name>
+ <shortdesc xml:lang="en">Perl bindings for GtkSpell</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]