From cd7c8d2724cd607b3f16da65821eb88aab4cb5da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 5 Jun 2018 15:18:19 -0400 Subject: [PATCH] posix: merge the `posix_ext` package in `posix` MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/{posix_ext/posix_ext.nit => posix/ext.nit} | 6 +++--- lib/posix_ext/package.ini | 12 ------------ 2 files changed, 3 insertions(+), 15 deletions(-) rename lib/{posix_ext/posix_ext.nit => posix/ext.nit} (91%) delete mode 100644 lib/posix_ext/package.ini diff --git a/lib/posix_ext/posix_ext.nit b/lib/posix/ext.nit similarity index 91% rename from lib/posix_ext/posix_ext.nit rename to lib/posix/ext.nit index 8dd83c3..85da40a 100644 --- a/lib/posix_ext/posix_ext.nit +++ b/lib/posix/ext.nit @@ -1,7 +1,5 @@ # This file is part of NIT ( http://www.nitlanguage.org ). # -# Copyright 2014 Alexis Laferrière -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -15,7 +13,9 @@ # limitations under the License. # Services not defined in POSIX but provided by most implementations -module posix_ext +module ext + +import posix redef extern class Passwd # User information diff --git a/lib/posix_ext/package.ini b/lib/posix_ext/package.ini deleted file mode 100644 index 6b78527..0000000 --- a/lib/posix_ext/package.ini +++ /dev/null @@ -1,12 +0,0 @@ -[package] -name=posix_ext -tags=wrapper,lib -maintainer=Alexis Laferrière -license=Apache-2.0 -desc=Services not defined in POSIX but provided by most implementations -[upstream] -browse=https://github.com/nitlang/nit/tree/master/lib/posix_ext/ -git=https://github.com/nitlang/nit.git -git.directory=lib/posix_ext/ -homepage=http://nitlanguage.org -issues=https://github.com/nitlang/nit/issues -- 1.7.9.5