summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-05-01 18:29:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-05-01 18:29:37 +0000
commit181b010f3e7fb92df870946f8e586102481272ed (patch)
tree15fd2caae853dd0e69ae57e10d2d4cc403b7c98b /usr.sbin/pkg_add
parent2d3cf4e9ffed1ef91d4c38dc2e4cbef7a065830a (diff)
remove PackingOld entirely
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r--usr.sbin/pkg_add/Makefile3
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PackingOld.pm22
2 files changed, 1 insertions, 24 deletions
diff --git a/usr.sbin/pkg_add/Makefile b/usr.sbin/pkg_add/Makefile
index a7bf95a6061..536ca92afc4 100644
--- a/usr.sbin/pkg_add/Makefile
+++ b/usr.sbin/pkg_add/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.39 2007/02/04 18:26:16 espie Exp $
+# $OpenBSD: Makefile,v 1.40 2007/05/01 18:29:36 espie Exp $
.include <bsd.own.mk>
@@ -29,7 +29,6 @@ PACKAGES= \
OpenBSD/PackageRepositoryList.pm \
OpenBSD/PackingElement.pm \
OpenBSD/PackingList.pm \
- OpenBSD/PackingOld.pm \
OpenBSD/PkgCfl.pm \
OpenBSD/PkgConfig.pm \
OpenBSD/PkgSpec.pm \
diff --git a/usr.sbin/pkg_add/OpenBSD/PackingOld.pm b/usr.sbin/pkg_add/OpenBSD/PackingOld.pm
deleted file mode 100644
index ccd08c8dd5f..00000000000
--- a/usr.sbin/pkg_add/OpenBSD/PackingOld.pm
+++ /dev/null
@@ -1,22 +0,0 @@
-# ex:ts=8 sw=4:
-# $OpenBSD: PackingOld.pm,v 1.11 2007/05/01 18:22:20 espie Exp $
-#
-# Copyright (c) 2004-2006 Marc Espie <espie@openbsd.org>
-#
-# Permission to use, copy, modify, and distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-use strict;
-use warnings;
-use OpenBSD::PackingElement;
-
-1;