[Rt-commit] [svn] r1634 - RT-KeyBindings
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed Oct 6 16:34:33 EDT 2004
Author: jesse
Date: Wed Oct 6 16:34:33 2004
New Revision: 1634
Modified:
RT-KeyBindings/ (props changed)
RT-KeyBindings/MANIFEST
RT-KeyBindings/Makefile
Log:
r1997 at tinbook: jesse | 2004-10-06T20:34:23.173082Z
Manifest fixes
Modified: RT-KeyBindings/MANIFEST
==============================================================================
--- RT-KeyBindings/MANIFEST (original)
+++ RT-KeyBindings/MANIFEST Wed Oct 6 16:34:33 2004
@@ -1,4 +1,5 @@
-html/KeyBindings/Callbacks/RT-KeyBindings/Elements/Header/Head
+Changes
+html/Callbacks/RT-KeyBindings/Elements/Header/Head
html/KeyBindings/Core.js
html/KeyBindings/Elements/AddKeyBinding
html/KeyBindings/Elements/SetupKeyBindings
@@ -16,3 +17,4 @@
MANIFEST This list of files
META.yml
README
+RT-KeyBindings-0.00_02/inc/Module/Install.pm
Modified: RT-KeyBindings/Makefile
==============================================================================
--- RT-KeyBindings/Makefile (original)
+++ RT-KeyBindings/Makefile Wed Oct 6 16:34:33 2004
@@ -19,8 +19,7 @@
# NO_META => q[1]
# PL_FILES => { }
# PREREQ_PM => { }
-# VERSION => q[0.00_01]
-# dist => { PREOP=>q[$(PERL) -I. -MModule::Install::Admin -e "dist_preop(q($(DISTVNAME)))"] }
+# VERSION => q[0.00_02]
# --- MakeMaker post_initialize section:
@@ -59,11 +58,11 @@
DIRFILESEP = /
NAME = RT::KeyBindings
NAME_SYM = RT_KeyBindings
-VERSION = 0.00_01
+VERSION = 0.00_02
VERSION_MACRO = VERSION
-VERSION_SYM = 0_00_01
+VERSION_SYM = 0_00_02
DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"
-XS_VERSION = 0.00_01
+XS_VERSION = 0.00_02
XS_VERSION_MACRO = XS_VERSION
XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"
INST_ARCHLIB = blib/arch
@@ -236,7 +235,7 @@
COMPRESS = gzip --best
SUFFIX = .gz
SHAR = shar
-PREOP = $(PERL) -I. -MModule::Install::Admin -e "dist_preop(q($(DISTVNAME)))"
+PREOP = $(NOECHO) $(NOOP)
POSTOP = $(NOECHO) $(NOOP)
TO_UNIX = $(NOECHO) $(NOOP)
CI = ci -u
@@ -244,7 +243,7 @@
DIST_CP = best
DIST_DEFAULT = tardist
DISTNAME = RT-KeyBindings
-DISTVNAME = RT-KeyBindings-0.00_01
+DISTVNAME = RT-KeyBindings-0.00_02
# --- MakeMaker macro section:
@@ -682,7 +681,7 @@
# --- MakeMaker ppd section:
# Creates a PPD (Perl Package Description) for a binary distribution.
ppd:
- $(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,00_01,0,0">' > $(DISTNAME).ppd
+ $(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,00_02,0,0">' > $(DISTNAME).ppd
$(NOECHO) $(ECHO) ' <TITLE>$(DISTNAME)</TITLE>' >> $(DISTNAME).ppd
$(NOECHO) $(ECHO) ' <ABSTRACT>RT KeyBindings Extension</ABSTRACT>' >> $(DISTNAME).ppd
$(NOECHO) $(ECHO) ' <AUTHOR>Jesse Vincent <jesse at bestpractical.com></AUTHOR>' >> $(DISTNAME).ppd
@@ -709,24 +708,6 @@
# End.
# Postamble by Module::Install 0.36
-# --- Module::Install::Admin::Makefile section:
-
-realclean purge ::
- $(RM_F) $(DISTVNAME).tar$(SUFFIX)
- $(RM_RF) inc MANIFEST.bak _build
- $(PERL) -I. -MModule::Install::Admin -e "remove_meta()"
-
-reset :: purge
-
-upload :: test dist
- cpan-upload -verbose $(DISTVNAME).tar$(SUFFIX)
-
-grok ::
- perldoc Module::Install
-
-distsign ::
- cpansign -s
-
install ::
$(NOECHO) $(PERL) -MExtUtils::Install -e "install({q(html), q(/opt/rt3/share/html)})"
More information about the Rt-commit
mailing list